From 552be420cba58a6d4b19bf341f40559ebab5be59 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 28 Sep 2021 10:56:36 +0200 Subject: Prepare rc.2 release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c73e3c8..3f32a80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,14 +14,14 @@ name = "cortex-m-rtic" readme = "README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "0.6.0-rc.1" +version = "0.6.0-rc.2" [lib] name = "rtic" [dependencies] cortex-m = "0.7.0" -cortex-m-rtic-macros = { path = "macros", version = "0.6.0-rc.1" } +cortex-m-rtic-macros = { path = "macros", version = "0.6.0-rc.2" } rtic-monotonic = "0.1.0-rc.1" rtic-core = "0.3.1" heapless = "0.7.7" -- cgit v1.2.3