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 --- macros/Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'macros') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index f916818..4659803 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,5 +1,8 @@ [package] -authors = ["Jorge Aparicio "] +authors = [ + "The Real Time For the Masses developers", + "Jorge Aparicio ", +] 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 = [] -- cgit v1.2.3