laptou / bluez-rs

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

lock minor version of enumflags2 #11

Closed schampilomatis closed 4 years ago

schampilomatis commented 4 years ago

It is not possible at the moment to use

bluez = { git ="https://github.com/laptou/bluez-rs", rev = "e93cbf380690e97aeaef6f96eba88b210f5e44e2" }

in a Cargo.toml, because enumflags2 changed the definitions of some of their Traits in 0.6.4 release. This is a temporary fix that locks version to the one that is locked in Cargo.lock.

laptou commented 4 years ago

Why did you close this?

schampilomatis commented 4 years ago

It was not correct, I updated it and I'll make a new one. I am still a bit confused on how dependencies on libraries work.