From eb3c70eae9d77384c5f530150439b0e90d65ff64 Mon Sep 17 00:00:00 2001 From: Zgarbul Andrey Date: Wed, 24 Apr 2019 18:18:56 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7c74267..436f2b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ repository = "https://github.com/rust-embedded/panic-itm" version = "0.4.0" [dependencies] -cortex-m = "0.5.6" +cortex-m = ">=0.5.6,<0.7"