mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Version fix
This commit is contained in:
parent
e1a4d001f8
commit
c67657371b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ required-features = ["__v7"]
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.0"
|
||||
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.4" }
|
||||
cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.5" }
|
||||
rtic-monotonic = "0.1.0-alpha.2"
|
||||
rtic-core = "0.3.1"
|
||||
heapless = "0.6.1"
|
||||
|
|
Loading…
Reference in a new issue