-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
I cannot compile bluez #25
Comments
Note that changing |
I'm not sure what's up with this. I updated |
Hi laptou,
to my project. Apparently, there are some breaking changes between bitvec, funty, and the rustc compiler that just need to be ironed out. Pinning funty to version 1.1.0 worked around these issues for me. |
This doesn't seem to be an issue anymore, at least for me on beta Rust and on Linux. It looks like Can this issue be closed? |
I'm new to rust, but want to try it with bluez. From
cargo new test-bluez
I added:
bluez = "0.3.0"
to
Cargo.toml
, but when I try to compile, it fails with:I know that this is not a bluez problem, but I am hoping that there is something I can change with the way I import bluez into my project in order to make this compile.
The text was updated successfully, but these errors were encountered: