This commit is contained in:
Jorge Aparicio
2017-07-14 21:53:43 -05:00
parent affd24f2bb
commit a8a02d9162
3 changed files with 61 additions and 12 deletions

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.0"
version = "0.2.1"
[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.2"
version = "0.3.3"
[profile.release]
debug = true