Skip to content

Commit 0555b65

Browse files
Update usb-device requirement from 0.2.7 to 0.3.2 in /examples/usb
Updates the requirements on [usb-device](https://github.com/rust-embedded-community/usb-device) to permit the latest version. - [Release notes](https://github.com/rust-embedded-community/usb-device/releases) - [Changelog](https://github.com/rust-embedded-community/usb-device/blob/master/CHANGELOG.md) - [Commits](rust-embedded-community/usb-device@v0.2.7...v0.3.2) --- updated-dependencies: - dependency-name: usb-device dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bca1a73 commit 0555b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/usb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
cortex-m-rt = "0.7.0"
1010
panic-semihosting = "0.6.0"
11-
usb-device = "0.2.7"
11+
usb-device = "0.3.2"
1212
usbd-serial = "0.1.0"
1313

1414
[dependencies.nrf52840-hal]

0 commit comments

Comments
 (0)