Skip to content

Commit

Permalink
Merge pull request #136 from Sh3Rm4n/chore/update-dependencies
Browse files Browse the repository at this point in the history
Update dependecies
  • Loading branch information
ryan-summers authored Nov 28, 2023
2 parents 7d2b12a + 3225669 commit 5368722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository = "https://github.com/rust-embedded-community/usb-device"
[dependencies]
defmt = { version = "0.3", optional = true }
portable-atomic = { version = "1.2.0", default-features = false }
num_enum = { version = "0.6.1", default-features = false }
heapless = "0.7"
num_enum = { version = "0.7.1", default-features = false }
heapless = "0.8"

[dev-dependencies]
rusb = "0.9.1"
Expand Down

0 comments on commit 5368722

Please sign in to comment.