Skip to content

Commit

Permalink
Update usb-device requirement from 0.2 to 0.3
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 1c011e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ smoltcp = { version = "0.9", default-features = false, features = [
] }
defmt = { version = "0.3", optional = true }
heapless = { version = "0.7", features = ["defmt-impl"] }
usb-device = { version = "0.2", features = ["defmt"] }
usb-device = { version = "0.3", features = ["defmt"] }

[features]
defmt = ["dep:defmt", "usb-device/defmt"]

0 comments on commit 1c011e4

Please sign in to comment.