From 3310f507c0709ca82d0d21fc22f4811471070a29 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 27 Feb 2019 00:56:56 +0100 Subject: v0.4.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f096772..12b3923 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.1" +version = "0.4.2" [lib] name = "rtfm" @@ -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.1" } +cortex-m-rtfm-macros = { path = "macros", version = "0.4.2" } heapless = "0.4.1" owned-singleton = "0.1.0" -- cgit v1.2.3