Update to cortex-m 0.7

This commit is contained in:
Dario Nieuwenhuis
2021-02-14 23:26:50 +01:00
parent 957741c10f
commit 7321ddb0b3
9 changed files with 20 additions and 18 deletions

View File

@ -16,7 +16,7 @@ defmt-error = []
defmt = { version = "0.1.3", optional = true }
log = { version = "0.4.11", optional = true }
cortex-m = "0.6.4"
cortex-m = "0.7.1"
futures = { version = "0.3.5", default-features = false }
pin-project = { version = "1.0.2", default-features = false }
embassy-macros = { version = "0.1.0", path = "../embassy-macros"}