aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-14 22:49:56 +0000
committerGitHub <noreply@github.com>2019-11-14 22:49:56 +0000
commit6b0a2df41c024fa8e7da07f3b42a80f19840432e (patch)
tree8c8e619a72e2ce92ad659b5ae8620114e8ce254f /macros/Cargo.toml
parente28294b22088298f94197fdbdea39ac816920514 (diff)
parent4fcb6ab7cc0a719a815b4038d48071553cc4daa5 (diff)
Merge #272
272: v0.5.0 final release r=perlindgren a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'macros/Cargo.toml')
-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 = []