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 be50bc2

Browse filesBrowse files
Update rtt-target requirement in /rtic_v1/stm32l0_monotonic
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 15d6a22 commit be50bc2
Copy full SHA for be50bc2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎rtic_v1/stm32l0_monotonic/Cargo.toml

Copy file name to clipboardExpand all lines: rtic_v1/stm32l0_monotonic/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
cortex-m-rtic = "1.0.0"
1313
systick-monotonic = "1.0.1"
1414
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
15-
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
15+
rtt-target = { version = "0.4.0", features = ["cortex-m"] }
1616
stm32l0xx-hal = { version = "0.10.0", features = ["rt", "mcu-STM32L031K6Tx"] }
1717

1818
# this lets you use `cargo fix`!

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.