mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +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,8 @@
|
|||
[package]
|
||||
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
||||
authors = [
|
||||
"The Real Time For the Masses developers",
|
||||
"Jorge Aparicio <jorge@japaric.io>",
|
||||
]
|
||||
categories = ["concurrency", "embedded", "no-std"]
|
||||
description = "Procedural macros of the cortex-m-rtfm crate"
|
||||
documentation = "https://rtfm-rs.github.io/cortex-m-rtfm/api/cortex_m_rtfm"
|
||||
|
|
@ -9,7 +12,7 @@ license = "MIT OR Apache-2.0"
|
|||
name = "cortex-m-rtfm-macros"
|
||||
readme = "../README.md"
|
||||
repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
|
||||
version = "0.5.0-alpha.1"
|
||||
version = "0.5.0-beta.1"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
@ -18,7 +21,7 @@ proc-macro = true
|
|||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = "1"
|
||||
rtfm-syntax = "0.4.0-beta.1"
|
||||
rtfm-syntax = "0.4.0-beta.2"
|
||||
|
||||
[features]
|
||||
heterogeneous = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue