From a3c5523dee03031cde92bd991663fd928d5acbd9 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Thu, 14 Mar 2019 22:00:10 +0000 Subject: [PATCH] Update cortex-m version requirement to allow new 0.6.0 version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd16922..6ad0c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ version = "0.3.2" inline-asm = [] [dependencies] -cortex-m = "0.5.8" +cortex-m = ">= 0.5.8, < 0.7"