mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
v0.5.0 beta release
This commit is contained in:
parent
61551cd5ce
commit
eb2ec7a4c8
7 changed files with 31 additions and 27 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue