bump the cortex-m-rt dependency

This commit is contained in:
Jorge Aparicio
2018-01-17 14:26:42 +01:00
parent 1bb99c92f1
commit 59b8b866c7

View File

@@ -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