Bump version to 1.0.0

This commit is contained in:
Henrik Tjäder 2021-12-25 14:04:30 +01:00
parent 93ceb6bdef
commit 2b90cd3433
3 changed files with 13 additions and 9 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 = "0.6.0-rc.4"
version = "1.0.0"
[lib]
proc-macro = true
@ -22,4 +22,4 @@ proc-macro2 = "1"
proc-macro-error = "1"
quote = "1"
syn = "1"
rtic-syntax = "0.5.0-rc.2"
rtic-syntax = "1.0.0"