Skip to content

Can't compile due to use of unstable library feature 'float_bits_conv' #21

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

Closed
onelson opened this issue Jun 26, 2017 · 4 comments
Closed

Comments

@onelson
Copy link

onelson commented Jun 26, 2017

Error message pointed at rust-lang/rust#40470

I'm seeing this on stable, and nightly.

@est31
Copy link
Member

est31 commented Jun 26, 2017

@onelson which version of lewton do you use? Also, have you checked whether the nightly feature is enabled? If yes, it only works on nightly.

@onelson
Copy link
Author

onelson commented Jun 26, 2017

@est31 ha, yes!
I was seeing the issue on nightly, but I just checked the version, and it looks like rodio is depending on 0.5.0. I'll open something there to get them updated to your latest.

Sorry to bother you!

@onelson onelson closed this as completed Jun 26, 2017
@est31
Copy link
Member

est31 commented Jun 26, 2017

@onelson no problem! The 0.5 branch should contain the fix as well, but you need to have at least version 0.5.1. Maybe a simple cargo update does it for you :). Best would be to change rodio to depend on either 0.5.1 or 0.6 versions of lewton.

@onelson
Copy link
Author

onelson commented Jun 26, 2017

Yeah, nothing needed changing. Rodio specifies "0.5" so, as you said, cargo update was all I needed. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants