update dependencies

This commit is contained in:
Jorge Aparicio
2017-04-12 00:56:40 -05:00
parent 127c26584e
commit 31be43c14c

View File

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