Update cortex-m-rt to v0.7 for stm32, rp.

This commit is contained in:
Dario Nieuwenhuis
2021-08-19 00:56:11 +02:00
parent c0fb534a00
commit d3aeb45fb3
9 changed files with 10 additions and 11 deletions

View File

@ -34,7 +34,7 @@ embassy-hal-common = {version = "0.1.0", path = "../embassy-hal-common" }
defmt = { version = "0.2.0", optional = true }
log = { version = "0.4.11", optional = true }
cortex-m-rt = "0.6.13"
cortex-m-rt = ">=0.6.15,<0.8"
cortex-m = "0.7.1"
embedded-hal = { version = "0.2.4" }
embedded-dma = { version = "0.1.2" }