We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04e034 commit c78026bCopy full SHA for c78026b
rtic_v1/stm32l0_monotonic/Cargo.toml
@@ -13,7 +13,7 @@ cortex-m-rtic = "1.0.0"
13
systick-monotonic = "1.0.1"
14
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
15
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
16
-stm32l0xx-hal = { version = "0.9.0", features = ["rt", "mcu-STM32L031K6Tx"] }
+stm32l0xx-hal = { version = "0.10.0", features = ["rt", "mcu-STM32L031K6Tx"] }
17
18
# this lets you use `cargo fix`!
19
[[bin]]
0 commit comments