Skip to content

Commit 8399d19

Browse files
dependabot[bot]AfoHT
authored andcommitted
Update rtt-target requirement in /rtic_v0.5/stm32f0_hid_mouse
Updates the requirements on [rtt-target](https://github.com/mvirkkunen/rtt-target) to permit the latest version. - [Release notes](https://github.com/mvirkkunen/rtt-target/releases) - [Commits](probe-rs/rtt-target@v0.2.2...v0.3.1) --- updated-dependencies: - dependency-name: rtt-target dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 781530c commit 8399d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtic_v0.5/stm32f0_hid_mouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ branch = "main"
1212
embedded-hal = "0.2.4"
1313
usb-device = "0.2.5"
1414
usbd-hid = "0.4.4"
15-
rtt-target = { version = "0.2.2", features = ["cortex-m"] }
15+
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1616
panic-halt = "0.2.0"
1717
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
1818
cortex-m = "0.7.6"

0 commit comments

Comments
 (0)