Skip to content

Commit

Permalink
Removed patch specification from libusb1-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Oct 18, 2023
1 parent 956de1e commit 5f5459c
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 @@ -22,7 +22,7 @@ vendored = [ "libusb1-sys/vendored" ]
[dependencies]
libc = "0.2"
once_cell = "1.18"
libusb1-sys = "0.6.0"
libusb1-sys = "0.6"
serde = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 5f5459c

Please sign in to comment.