From aadd00c06896c49ad5dc672c2e7e15bb10b61833 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 12 Feb 2019 17:29:50 +0100 Subject: [PATCH] bump macros version --- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 79f9430fd8..73be2dd0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ required-features = ["timer-queue"] [dependencies] cortex-m = "0.5.8" cortex-m-rt = "0.6.7" -cortex-m-rtfm-macros = { path = "macros", version = "0.4.0" } +cortex-m-rtfm-macros = { path = "macros", version = "0.4.1" } heapless = "0.4.1" owned-singleton = "0.1.0" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b35ca1d893..31fa8428ec 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -9,7 +9,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" +version = "0.4.1" [lib] proc-macro = true