Skip to content

Commit

Permalink
Updated usb-device dependency to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcebox committed May 25, 2024
1 parent 2327b2c commit 1b96b98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Updated `usb-device` dependency to 0.3.2.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
embedded-hal = "0.2.2"
nb = "1.0.0"
usb-device = "0.2.3"
usb-device = "0.3.2"

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

0 comments on commit 1b96b98

Please sign in to comment.