From 59b8b866c7b33471adcad1e275c4d3693ae8228e Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 17 Jan 2018 14:26:42 +0100 Subject: [PATCH] bump the cortex-m-rt dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5fff40f..7aca827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["arm", "cortex-m", "template"] license = "MIT OR Apache-2.0" name = "cortex-m-quickstart" repository = "https://github.com/japaric/cortex-m-quickstart" -version = "0.2.1" +version = "0.2.2" [dependencies] cortex-m = "0.3.0" @@ -14,7 +14,7 @@ cortex-m-semihosting = "0.2.0" [dependencies.cortex-m-rt] features = ["abort-on-panic"] -version = "0.3.3" +version = "0.3.12" [profile.release] debug = true