aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f411_rtc_interrupt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f411_rtc_interrupt/Cargo.toml')
-rw-r--r--examples/stm32f411_rtc_interrupt/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f411_rtc_interrupt/Cargo.toml b/examples/stm32f411_rtc_interrupt/Cargo.toml
index 90053a2..e8ccbf2 100644
--- a/examples/stm32f411_rtc_interrupt/Cargo.toml
+++ b/examples/stm32f411_rtc_interrupt/Cargo.toml
@@ -18,8 +18,8 @@ defmt-rtt = { version = "0.4.0"}
rtic-sync = "1.0.2"
[dependencies.stm32f4xx-hal]
-version = "0.18.0"
-features = ["rt", "stm32f411"] # replace the model of your microcontroller here
+version = "0.20.0"
+features = ["stm32f411"] # replace the model of your microcontroller here
# this lets you use `cargo fix`!
[[bin]]