mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fixed macro version
This commit is contained in:
parent
09931ef94e
commit
f247cc0b3a
2 changed files with 6 additions and 2 deletions
|
|
@ -14,14 +14,14 @@ name = "cortex-m-rtic"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/rtic-rs/cortex-m-rtic"
|
||||
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
|
||||
[lib]
|
||||
name = "rtic"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.0"
|
||||
cortex-m-rtic-macros = { path = "macros", version = "1.0.0" }
|
||||
cortex-m-rtic-macros = { path = "macros", version = "1.1.0" }
|
||||
rtic-monotonic = "1.0.0"
|
||||
rtic-core = "1.0.0"
|
||||
heapless = "0.7.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue