Skip to content

Commit

Permalink
Update usb-device requirement from 0.2 to 0.3 in /examples/rp2040
Browse files Browse the repository at this point in the history
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.0...v0.3.2)

---
updated-dependencies:
- dependency-name: usb-device
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 350711c commit 9008683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cortex-m = "0.7"
cortex-m-rt = "0.7"
embedded-hal = { version = "0.2.5", features = ["unproven"] }

usb-device = { version = "0.2", features = ["defmt"] }
usb-device = { version = "0.3", features = ["defmt"] }
heapless = { version = "0.7", features = ["defmt-impl"] }

defmt = "0.3"
Expand Down

0 comments on commit 9008683

Please sign in to comment.