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 /macros | |
| 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 'macros')
| -rw-r--r-- | macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 2534f8a..f1111e6 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtic-macros" readme = "../README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "1.1.4" +version = "1.1.5" [lib] proc-macro = true @@ -22,7 +22,7 @@ proc-macro2 = "1" proc-macro-error = "1" quote = "1" syn = "1" -rtic-syntax = "1.0.1" +rtic-syntax = "1.0.2" [features] debugprint = [] |
