From f00adfd2b874dc5fa3329e01ac3a8bc9831b93cf Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sat, 13 Oct 2018 18:00:14 +0200 Subject: [PATCH] revert to cortex-m/-rt v0.4.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 60f50f8..e4c92d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ version = "0.3.0" [dependencies] bare-metal = "0.2.0" -cortex-m = "0.5.0" +cortex-m = "0.4.0" vcell = "0.1.0" [dependencies.cortex-m-rt] optional = true -version = "0.5.0" +version = "0.4.0" [features] rt = ["cortex-m-rt/device"] \ No newline at end of file -- GitLab