aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-02-26 16:33:16 +0000
committerGitHub <noreply@github.com>2023-02-26 16:33:16 +0000
commit1c5db277e4161470136dbd2a11e914ff1d383581 (patch)
tree34bfc21983627c96874bf123596ad9ac1241f016 /macros/Cargo.toml
parentd43c2b64cc726ff093d418d45d89226dd76e4e55 (diff)
parente1a0987dc2cff288a35359db48c3a7ca7e2807dc (diff)
Merge #698
698: Release: v1.1.4 r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
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 f1111e6..c3f0561 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.5"
+version = "1.1.6"
[lib]
proc-macro = true
@@ -22,7 +22,7 @@ proc-macro2 = "1"
proc-macro-error = "1"
quote = "1"
syn = "1"
-rtic-syntax = "1.0.2"
+rtic-syntax = "1.0.3"
[features]
debugprint = []