Skip to content

Commit

Permalink
Specify usb-device dependency just as 0.3 to improve version compability
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcebox committed May 27, 2024
1 parent c023e60 commit 4c2b627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Updated `usb-device` dependency to 0.3.2.
- Updated `usb-device` dependency to 0.3.
- Updated `num_enum` dependency to 0.7.2.
- Extended endpoint descriptors to 9 bytes as stated in specification.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["no-std", "embedded", "hardware-support"]
keywords = ["usb", "midi"]

[dependencies]
usb-device = "0.3.2"
usb-device = "0.3"

[dependencies.num_enum]
version = "0.7.2"
Expand Down

0 comments on commit 4c2b627

Please sign in to comment.