Bump cortex-m to 0.7.0

This commit is contained in:
Nicolas Stalder 2020-12-30 00:08:06 +01:00
parent e65a86f696
commit aa90cb1484
2 changed files with 6 additions and 3 deletions

View file

@ -55,7 +55,7 @@ name = "double_schedule"
required-features = ["__v7"]
[dependencies]
cortex-m = "0.6.2"
cortex-m = "0.7.0"
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" }
rtic-core = "0.3.1"
heapless = "0.5.0"
@ -105,3 +105,6 @@ debug = false
debug-assertions = false
opt-level = 0
overflow-checks = false
[patch.crates-io]
lm3s6965 = { git = "https://github.com/japaric/lm3s6965" }