Release: v1.1.4

This commit is contained in:
Henrik Tjäder 2023-02-26 16:47:24 +01:00
parent dbc6964f88
commit e1a0987dc2
3 changed files with 14 additions and 5 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.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 = []