diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2022-06-23 13:36:14 +0200 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2022-06-23 13:36:14 +0200 |
| commit | 8af754fc729d73a019f1e7cba4cbf3b8a0b3adbc (patch) | |
| tree | 0dd4abbd9bf21ea6fd0d8033b5728e89642b7a95 /Cargo.toml | |
| parent | cffbfc75098fcfbd0201570cfd74ffe8d9a0cf37 (diff) | |
Bump rtic-syntax to v1.0.2 and fix Changelog
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ name = "rtic" [dependencies] cortex-m = "0.7.0" -cortex-m-rtic-macros = { path = "macros", version = "1.1.1" } +cortex-m-rtic-macros = { path = "macros", version = "1.1.5" } rtic-monotonic = "1.0.0" rtic-core = "1.0.0" heapless = "0.7.7" |
