mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Release: v1.1.4
This commit is contained in:
parent
dbc6964f88
commit
e1a0987dc2
3 changed files with 14 additions and 5 deletions
|
|
@ -14,14 +14,14 @@ name = "cortex-m-rtic"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/rtic-rs/cortex-m-rtic"
|
||||
|
||||
version = "1.1.3"
|
||||
version = "1.1.4"
|
||||
|
||||
[lib]
|
||||
name = "rtic"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.0"
|
||||
cortex-m-rtic-macros = { path = "macros", version = "1.1.5" }
|
||||
cortex-m-rtic-macros = { path = "macros", version = "1.1.6" }
|
||||
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