Skip to content

Commit

Permalink
Bump libusb to 1.0.27
Browse files Browse the repository at this point in the history
Fixes a few macOS issues
  • Loading branch information
alufers committed Apr 3, 2024
1 parent 29694b9 commit 132128a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libusb1-sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{env, fs, path::PathBuf};

static VERSION: &str = "1.0.24";
static VERSION: &str = "1.0.27";

fn link(name: &str, bundled: bool) {
use std::env::var;
Expand Down
2 changes: 1 addition & 1 deletion libusb1-sys/libusb
Submodule libusb updated 197 files

0 comments on commit 132128a

Please sign in to comment.