aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-10-15 22:01:59 +0000
committerGitHub <noreply@github.com>2019-10-15 22:01:59 +0000
commit6196984d6d75be987d3dec3bf17909e3cd40c15b (patch)
tree804313955c2b553c6fca37af810bd7ef1e5d67e9 /Cargo.toml
parent61551cd5ce5d4f4d5aaf48faeae7fed176614c24 (diff)
parenteb2ec7a4c85c2ddad37941ef0d3ddbf9db613648 (diff)
Merge #254
254: v0.5.0 beta release r=texitoi a=japaric this updates all the remaining references to japaric/cortex-m-rtfm, the Cargo metadata and copyright notice. After this PR the crates will be ready for beta release. Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d8b7563..69d17fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,6 @@
[package]
authors = [
+ "The Real Time For the Masses developers",
"Jorge Aparicio <jorge@japaric.io>",
"Per Lindgren <per.lindgren@ltu.se>",
]
@@ -47,8 +48,8 @@ required-features = ["__v7"]
[dependencies]
cortex-m = "0.6.0"
-cortex-m-rtfm-macros = { path = "macros" }
-rtfm-core = "0.3.0-beta.1"
+cortex-m-rtfm-macros = { path = "macros", version = "0.5.0-beta.1" }
+rtfm-core = "0.3.0-beta.2"
cortex-m-rt = "0.6.9"
heapless = "0.5.0"