From 8ac60ce369d8b4b73bf9018720f04675922c9b06 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 15 Dec 2018 22:40:45 +0100 Subject: [PATCH] bump cortex-m-rt dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9993001360..82295a3048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ required-features = ["timer-queue"] [dependencies] cortex-m = "0.5.8" -cortex-m-rt = "0.6.5" +cortex-m-rt = "0.6.7" cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.3" } heapless = "0.4.0" owned-singleton = "0.1.0"