From f592e8eaf6f970489c57e02ac35c3f6721c51413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 22 Sep 2015 15:01:18 +0200 Subject: [PATCH] Update yotta dependency version We've had a bit of a race between us adapting to changes in 0.3.x and the sockets author reverting those changes in the 0.3.x line and pushing them to 0.4.0. Let's use the newest and greatest sockets :) --- yotta/data/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yotta/data/module.json b/yotta/data/module.json index 997cd10b9..9a9e8a164 100644 --- a/yotta/data/module.json +++ b/yotta/data/module.json @@ -1,6 +1,6 @@ { "name": "mbedtls", - "version": "2.1.1", + "version": "2.1.2", "description": "The mbed TLS crypto/SSL/TLS library", "licenses": [ { @@ -13,6 +13,6 @@ "mbed": { "cmsis-core": "~0.2.3" } }, "testTargetDependencies": { - "mbed": { "sockets": "~0.3.0" } + "mbed": { "sockets": "~0.4.0" } } }