Skip to content

Commit 95950e7

Browse files
Update rtt-target requirement in /rtic_v1/stm32l4_heartbeat
Updates the requirements on [rtt-target](https://github.com/probe-rs/rtt-target) to permit the latest version. - [Release notes](https://github.com/probe-rs/rtt-target/releases) - [Commits](probe-rs/rtt-target@v0.3.1...v0.3.1) --- updated-dependencies: - dependency-name: rtt-target dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15d6a22 commit 95950e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtic_v1/stm32l4_heartbeat/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stm32l4xx-hal = { version = "0.7.1", features = ["rt", "stm32l412"] }
1919
heapless = "0.7.10"
2020
systick-monotonic = "1.0.0"
2121
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
22-
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
22+
rtt-target = { version = "0.4.0", features = ["cortex-m"] }
2323

2424
# this lets you use `cargo fix`!
2525
[[bin]]

0 commit comments

Comments
 (0)