From 4afa0738e71429768d4093263df9cb7eabd65be4 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 9 Nov 2021 14:22:17 +0100 Subject: [PATCH] Updated RTIC version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83221e9..a4d6d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ cortex-m-rt = "0.6.13" defmt = "0.2.0" defmt-rtt = "0.2.0" panic-probe = { version = "0.2.0", features = ["print-defmt"] } -cortex-m-rtic = "0.6.0-alpha.5" +cortex-m-rtic = "0.6.0-rc.4" # TODO(4) enter your HAL here # some-hal = "1.2.3"