From b0b2355c7789f58a647e904936e90de15b531df5 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Mon, 1 May 2023 10:22:28 +0200 Subject: [PATCH] Also fix this version... --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4022e31..b7dc81e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rtic = { version = "2.0.0-alpha.1", features = [ "correct-rtic-backend" ] } # TODO enter your HAL here # some-hal = "1.2.3" # TODO add a monotonic if you use scheduling -# rtic-monotonics = { version = "2.0.0-alpha.1", features = [ "cortex-m-systick" ]} +# rtic-monotonics = { version = "1.0.0-alpha.2", features = [ "cortex-m-systick" ]} # cargo build/run [profile.dev]