Release RTIC v1.1

Bump versions, including using using latest rtic-syntax
This commit is contained in:
Henrik Tjäder 2022-04-13 08:27:17 +02:00
parent c6231d81d8
commit 4f99399e29
3 changed files with 13 additions and 4 deletions

View file

@ -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 = []