v0.5.0 final release

This commit is contained in:
Jorge Aparicio 2019-11-14 17:47:17 -05:00
parent e28294b220
commit 4fcb6ab7cc
3 changed files with 8 additions and 7 deletions

View file

@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm-macros"
readme = "../README.md"
repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
version = "0.5.0-beta.1"
version = "0.5.0"
[lib]
proc-macro = true
@ -21,7 +21,7 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = "1"
rtfm-syntax = "0.4.0-beta.2"
rtfm-syntax = "0.4.0"
[features]
heterogeneous = []