v0.5.0 beta release

This commit is contained in:
Jorge Aparicio 2019-10-15 15:01:32 -05:00
parent 61551cd5ce
commit eb2ec7a4c8
7 changed files with 31 additions and 27 deletions

View file

@ -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"