diff options
author | 2023-02-26 16:47:24 +0100 | |
---|---|---|
committer | 2023-02-26 17:30:10 +0100 | |
commit | e1a0987dc2cff288a35359db48c3a7ca7e2807dc (patch) | |
tree | 34bfc21983627c96874bf123596ad9ac1241f016 /Cargo.toml | |
parent | dbc6964f8851ab9a54b55bd2620d5e1096e30f12 (diff) | |
download | rtic-e1a0987dc2cff288a35359db48c3a7ca7e2807dc.tar.gz rtic-e1a0987dc2cff288a35359db48c3a7ca7e2807dc.tar.zst rtic-e1a0987dc2cff288a35359db48c3a7ca7e2807dc.zip |
Release: v1.1.4
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 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.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" |