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

@ -6,7 +6,7 @@ resolver = "2"
[dependencies]
cortex-m = "0.7.2"
cortex-m-rt = { version = "0.6.8", optional = true }
cortex-m-rt = { version = ">=0.6.15,<0.8", optional = true }
# BEGIN BUILD DEPENDENCIES
# These are removed when generating the pre-generated crate using the tool at gen/.