aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f3_blinky/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-05-10 14:24:32 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-05-10 16:26:52 +0200
commit67d5ade4fdbb2fb4a1c13715e4829412f4007d75 (patch)
treed724871c3173736594811daa84abbd57b71bf105 /examples/stm32f3_blinky/Cargo.toml
parentcfac6d1d90f13f22bde849816919e42f4ecf9531 (diff)
Fix zero prio tasks when all async tasks have default (no) arguments
Diffstat (limited to 'examples/stm32f3_blinky/Cargo.toml')
-rw-r--r--examples/stm32f3_blinky/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f3_blinky/Cargo.toml b/examples/stm32f3_blinky/Cargo.toml
index 99f1009..be4d03d 100644
--- a/examples/stm32f3_blinky/Cargo.toml
+++ b/examples/stm32f3_blinky/Cargo.toml
@@ -9,7 +9,7 @@ version = "0.1.0"
[dependencies.rtic]
path = "../../rtic"
-version = "=2.0.0-alpha.1"
+version = "=2.0.0-alpha.2"
features = ["thumbv7-backend"]
[dependencies.rtic-monotonics]