From 25f2c4c028f45ec1e44dfc6d53c2b23bb7b13625 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 2 Mar 2016 17:00:16 +0000 Subject: [PATCH] Update mbed-drivers dependency to v1.0.0 --- yotta/data/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yotta/data/module.json b/yotta/data/module.json index 6345f080e..0569e6246 100644 --- a/yotta/data/module.json +++ b/yotta/data/module.json @@ -13,6 +13,6 @@ "mbed": { "cmsis-core": "^1.0.0" } }, "testTargetDependencies": { - "mbed": { "mbed-drivers": "~0.11.0" } + "mbed": { "mbed-drivers": "^1.0.0" } } }