From eb2ec7a4c85c2ddad37941ef0d3ddbf9db613648 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 15 Oct 2019 15:01:32 -0500 Subject: v0.5.0 beta release --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 ", "Per Lindgren ", ] @@ -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" -- cgit v1.2.3