We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-lang/cargo#9885
libusb is unmaintined and depends on bit-set 0.2.0 which no longer compiles
rust 1.80.0
Linux (Default)
No response
[parker@parker-framework rust]$ cargo build --release Updating crates.io index Locking 7 packages to latest compatible versions Adding bit-set v0.2.0 (latest: v0.8.0) Downloaded bit-vec v0.8.0 Downloaded libusb-sys v0.2.3 Downloaded bit-set v0.2.0 error: failed to parse manifest at `/home/parker/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.2.0/Cargo.toml` Caused by: dependency (bit-vec) specified without providing a local path, Git repository, version, or workspace dependency to use
The text was updated successfully, but these errors were encountered:
rusb seems to be the replacement
Sorry, something went wrong.
Switch to using rusb crate instead of libusb
8a15817
libusb is no longer supported on newer versions of rust
Thanks for the heads up. I switched to rusb in the latest commit: 8a15817
rusb
raleighlittles
No branches or pull requests
Provide a brief description of the issue
rust-lang/cargo#9885
libusb is unmaintined and depends on bit-set 0.2.0 which no longer compiles
rust 1.80.0
Operating System version
Linux (Default)
Which camera model was this for?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: