aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parente28294b22088298f94197fdbdea39ac816920514 (diff)
v0.5.0 final release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a2dbd9..56ef2ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm"
readme = "README.md"
repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
-version = "0.5.0-beta.1"
+version = "0.5.0"
[lib]
name = "rtfm"
@@ -48,8 +48,8 @@ required-features = ["__v7"]
[dependencies]
cortex-m = "0.6.0"
-cortex-m-rtfm-macros = { path = "macros", version = "0.5.0-beta.1" }
-rtfm-core = "0.3.0-beta.2"
+cortex-m-rtfm-macros = { path = "macros", version = "0.5.0" }
+rtfm-core = "0.3.0"
cortex-m-rt = "0.6.9"
heapless = "0.5.0"