This commit is contained in:
Jorge Aparicio
2017-05-27 11:13:27 -05:00
parent f5fca936c6
commit 96e0b4e96b
2 changed files with 7 additions and 3 deletions

View File

@@ -6,10 +6,10 @@ 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.1.6"
version = "0.1.7"
[dependencies]
cortex-m = "0.2.6"
cortex-m = "0.2.7"
cortex-m-rt = "0.2.2"
[profile.release]