adapt to changes in cortex-m-srp

This commit is contained in:
Jorge Aparicio
2017-04-10 09:34:37 -05:00
parent b83ad5aa07
commit a03ad00a1b
7 changed files with 83 additions and 111 deletions

View File

@@ -4,9 +4,9 @@ name = "cortex-m-quickstart"
version = "0.0.0"
[dependencies]
cortex-m = "0.2.1"
cortex-m = "0.2.2"
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" }
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp", branch = "next" }
{{name}} = "*"
[features]