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 3a9cec8 commit 46e7b46Copy full SHA for 46e7b46
rtic_v1/stm32l0_monotonic/Cargo.toml
@@ -12,7 +12,7 @@ edition = "2021"
12
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"] }
+rtt-target = { version = "0.4.0", features = ["cortex-m"] }
16
stm32l0xx-hal = { version = "0.10.0", features = ["rt", "mcu-STM32L031K6Tx"] }
17
18
# this lets you use `cargo fix`!
0 commit comments