From a4ab414495c45f02e11694b5de93dc85f9f7311f Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Fri, 31 Aug 2018 16:02:37 +0200 Subject: [PATCH] Dev dependency fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0dfbaf7f..b4fe89ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ r0 = "0.2.1" [dev-dependencies] panic-semihosting = "0.3.0" panic-abort = "0.2.0" -cortex-m = "0.5.4" +cortex-m = "0.5.6" [features] device = []