From 0f5b75ba2e38bf407dc997d5928b4a14336573bd Mon Sep 17 00:00:00 2001 From: Antti Kauppila Date: Wed, 23 Dec 2015 11:29:20 +0200 Subject: [PATCH] downgraded mbed-client-c to work with nanostack --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 702e61b8b5..0fe1bbb866 100644 --- a/module.json +++ b/module.json @@ -19,7 +19,7 @@ ], "dependencies": { "nanostack-libservice": "^3.0.0", - "mbed-client-c": "^2.0.0", + "mbed-client-c": "^1.1.0", "sal-stack-nanostack": "^3.0.0", "mbedtls": "^2.0.0" },