mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Release: v1.1.4
This commit is contained in:
parent
dbc6964f88
commit
e1a0987dc2
3 changed files with 14 additions and 5 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue