diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-06-23 11:39:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 11:39:22 +0000 |
| commit | b9d7a113b696c8e2c0f0e1bea57c9c0b845e695f (patch) | |
| tree | 0dd4abbd9bf21ea6fd0d8033b5728e89642b7a95 /Cargo.toml | |
| parent | cffbfc75098fcfbd0201570cfd74ffe8d9a0cf37 (diff) | |
| parent | 8af754fc729d73a019f1e7cba4cbf3b8a0b3adbc (diff) | |
Merge #649
649: Bump rtic-syntax to v1.0.2 and fix Changelog r=korken89 a=AfoHT
Use the latest rtic-syntax, update the changelog with the last few undocumented releases
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
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" |
