summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-04-13 06:44:43 +0000
committerGravatar GitHub <noreply@github.com> 2022-04-13 06:44:43 +0000
commit09931ef94efbdb640bf53e11f63c10d7b18175ef (patch)
treeb23cec034f65a7bd684cb89e27842c75eec47eb2 /macros
parentc6231d81d843815169492daaa947066234d4a9bf (diff)
parent4f99399e29cd103f96671f3b2455dbaae5b7b7d0 (diff)
downloadrtic-1.1.0.tar.gz
rtic-1.1.0.tar.zst
rtic-1.1.0.zip
Merge #630v1.1.0
630: Release RTIC v1.1 r=korken89 a=AfoHT Bump versions, including using using latest rtic-syntax Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 0c008c88..350db900 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.0.0"
+version = "1.1.0"
[lib]
proc-macro = true
@@ -22,7 +22,7 @@ proc-macro2 = "1"
proc-macro-error = "1"
quote = "1"
syn = "1"
-rtic-syntax = "1.0.0"
+rtic-syntax = "1.0.1"
[features]
debugprint = []