We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d6a22 commit 95950e7Copy full SHA for 95950e7
rtic_v1/stm32l4_heartbeat/Cargo.toml
@@ -19,7 +19,7 @@ stm32l4xx-hal = { version = "0.7.1", features = ["rt", "stm32l412"] }
19
heapless = "0.7.10"
20
systick-monotonic = "1.0.0"
21
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
22
-rtt-target = { version = "0.3.1", features = ["cortex-m"] }
+rtt-target = { version = "0.4.0", features = ["cortex-m"] }
23
24
# this lets you use `cargo fix`!
25
[[bin]]
0 commit comments