From cccf71989bbf7e974250f7809c131fc84132135a Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sat, 13 Oct 2018 18:29:47 +0200 Subject: [PATCH] rt 0.3.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3308e7f..09858fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,13 +8,13 @@ name = "stm32f413" version = "0.3.0" [dependencies] -bare-metal = "0.2.0" +bare-metal = "0.1.1" cortex-m = "0.4.0" vcell = "0.1.0" [dependencies.cortex-m-rt] optional = true -version = "0.5.0" +version = "0.3.0" [features] -rt = ["cortex-m-rt/device"] \ No newline at end of file +rt = ["cortex-m-rt"] -- GitLab