From 42437fbc575f363664bec246f6605530e27cf5f0 Mon Sep 17 00:00:00 2001 From: s3krit Date: Tue, 12 Nov 2019 16:52:34 +0100 Subject: [PATCH] fix windows libusb builds (#11251) * fix libusb on Windows --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3fa3b7440..56fa36019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2283,7 +2283,7 @@ dependencies = [ [[package]] name = "libusb-sys" version = "0.2.5" -source = "git+https://github.com/paritytech/libusb-sys#79e570b00379e1550fb728f2fbd2a083dc99bda6" +source = "git+https://github.com/paritytech/libusb-sys#f49d8fc7ca43a465c721c8eafc37c86fd06f795f" dependencies = [ "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",