aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2022-06-23 13:36:14 +0200
committerHenrik Tjäder <henrik@grepit.se>2022-06-23 13:36:14 +0200
commit8af754fc729d73a019f1e7cba4cbf3b8a0b3adbc (patch)
tree0dd4abbd9bf21ea6fd0d8033b5728e89642b7a95 /macros/Cargo.toml
parentcffbfc75098fcfbd0201570cfd74ffe8d9a0cf37 (diff)
Bump rtic-syntax to v1.0.2 and fix Changelog
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml4
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 = []