dcuddeback / libusb-rs

A safe Rust wrapper for libusb.
MIT License
199 stars 64 forks source link

Updated bit-set crate to version 0.4 #15

Open debris opened 7 years ago

debris commented 7 years ago

Can you also release new version - 0.3.1 ?

Thanks! ;)

debris commented 7 years ago

pr has failed on rust 1.3. Is there a reason to keep this crate backwards compatible with such old version of compiler?

luciusmagn commented 2 years ago

Also old bit-set now breaks with recent Cargo versions... in the next update or the one after, libusb will stop working

positiveway commented 2 months ago

It did finally break in preparation for 2024 edition (they deprecated very old packages). https://github.com/rust-lang/cargo/issues/13824

Now we need this PR to get merged.