From 9d0227bfeb730640d9b10204e2996bccade456aa Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 4 Nov 2018 20:10:46 +0100 Subject: [PATCH] 0.4.0-beta.2 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3bd8d4e16b..a9e955a74e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" readme = "README.md" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.4.0-beta.1" +version = "0.4.0-beta.2" [lib] name = "rtfm" @@ -36,7 +36,7 @@ required-features = ["timer-queue"] [dependencies] cortex-m = "0.5.8" cortex-m-rt = "0.6.5" -cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.1" } +cortex-m-rtfm-macros = { path = "macros", version = "0.4.0-beta.2" } heapless = "0.4.0" owned-singleton = "0.1.0" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d72372383b..73c67b2b8f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtfm-macros" readme = "../README.md" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.4.0-beta.1" +version = "0.4.0-beta.2" [lib] proc-macro = true