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"