mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
bump cortex-m-rt dep
This commit is contained in:
parent
c4b7fbeb02
commit
8ac60ce369
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ required-features = ["timer-queue"]
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.5.8"
|
||||
cortex-m-rt = "0.6.5"
|
||||
cortex-m-rt = "0.6.7"
|
||||
cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.3" }
|
||||
heapless = "0.4.0"
|
||||
owned-singleton = "0.1.0"
|
||||
|
|
Loading…
Reference in a new issue