aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-11-14 17:47:17 -0500
committerJorge Aparicio <jorge@japaric.io>2019-11-14 17:47:17 -0500
commit4fcb6ab7cc0a719a815b4038d48071553cc4daa5 (patch)
tree8c8e619a72e2ce92ad659b5ae8620114e8ce254f /macros
parente28294b22088298f94197fdbdea39ac816920514 (diff)
v0.5.0 final release
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 4659803..9ab1db7 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -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 = []