Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 023144a

Browse filesBrowse 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] <support@github.com>
1 parent 3a9cec8 commit 023144a
Copy full SHA for 023144a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎rtic_v1/stm32l4_heartbeat/Cargo.toml

Copy file name to clipboardExpand all lines: rtic_v1/stm32l4_heartbeat/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.