From 906abba71e2e21c44ef57dff0f0e0a13f242d216 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 9 May 2022 13:32:26 +0200 Subject: Prepare v1.1.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 605182a..705eaa0 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 = "1.1.1" +version = "1.1.2" [lib] name = "rtic" [dependencies] cortex-m = "0.7.0" -cortex-m-rtic-macros = { path = "macros", version = "1.1.0" } +cortex-m-rtic-macros = { path = "macros", version = "1.1.1" } rtic-monotonic = "1.0.0" rtic-core = "1.0.0" heapless = "0.7.7" -- cgit v1.2.3