Skip to content

Commit

Permalink
Bump rusb 0.9.4 and libusb1-sys 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ien committed Apr 27, 2024
1 parent 0f07c05 commit 48b1004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusb"
version = "0.9.3"
version = "0.9.4"
authors = ["David Cuddeback <[email protected]>", "Ilya Averyanov <[email protected]>"]
description = "Rust library for accessing USB devices."
license = "MIT"
Expand All @@ -21,7 +21,7 @@ vendored = [ "libusb1-sys/vendored" ]
members = ["libusb1-sys"]

[dependencies]
libusb1-sys = { path = "libusb1-sys", version = "0.6.4" }
libusb1-sys = { path = "libusb1-sys", version = "0.7" }
libc = "0.2"
serde = { version = "1.0", features = ["derive"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion libusb1-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "libusb1-sys"
version = "0.6.4"
version = "0.7.0"
authors = ["David Cuddeback <[email protected]>",
"Ilya Averyanov <[email protected]>"]
description = "FFI bindings for libusb."
Expand Down

0 comments on commit 48b1004

Please sign in to comment.