From 6335e59b88e1d8310a156809e00eadb496c42cbb Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sat, 13 Oct 2018 18:05:26 +0200 Subject: [PATCH] revert to cortex-rt v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4c92d2..3308e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ vcell = "0.1.0" [dependencies.cortex-m-rt] optional = true -version = "0.4.0" +version = "0.5.0" [features] rt = ["cortex-m-rt/device"] \ No newline at end of file -- GitLab