update dependencies
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user