mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
v0.4.0
This commit is contained in:
parent
34e74f4bb3
commit
d98f6c9a61
6 changed files with 13 additions and 22 deletions
|
|
@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
|
|||
name = "cortex-m-rtfm"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/japaric/cortex-m-rtfm"
|
||||
version = "0.4.0-beta.3"
|
||||
version = "0.4.0"
|
||||
|
||||
[lib]
|
||||
name = "rtfm"
|
||||
|
|
@ -36,7 +36,7 @@ required-features = ["timer-queue"]
|
|||
[dependencies]
|
||||
cortex-m = "0.5.8"
|
||||
cortex-m-rt = "0.6.7"
|
||||
cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.3" }
|
||||
cortex-m-rtfm-macros = { path = "macros", version = "0.4.0" }
|
||||
heapless = "0.4.1"
|
||||
owned-singleton = "0.1.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue