laptou / bluez-rs

Control Bluetooth on Linux.
MIT License
39 stars 9 forks source link

Update bitvec from v0.16 to v0.17 #8

Closed tpoliaw closed 4 years ago

tpoliaw commented 4 years ago

Bits trait was renamed to AsBits in v0.17.1 and LittleEndian/BigEndian were renamed Lsb0 and Msb0 respectively.

Fixes #7

eloc3147 commented 4 years ago

Could this be published as a new version to crates.io? The currently published version still fails to build.

laptou commented 4 years ago

@eloc3147 Sorry, forgot to publish after merging the changes. Should be live now.