-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix on nightly. #4
Conversation
Thanks for the pull request, and welcome! You should hear from @huonw (or someone else) soon. |
1 similar comment
@huonw ping |
@huonw ping again |
Looking at rust-lang/rust#40470 it looks like this is up to maintainers to address on their end. PR looks to be working for me! |
Now that 1.18.0 has been released this is needed in stable, not just beta. |
@huonw are you going to merge this? |
@clarcharr You don't happen to have publish permissions for crates.io, do you? Would love to remove the git dependency from my project. |
I don't remember but I will try to remember to check tomorrow! |
@clarcharr Friendly reminder :) |
I do not have the permissions! :( You'd have to have @huonw do it. Although IMHO it may just be better to fork this crate and release it as something else. |
This avoids conflict with the new
from_bits
method that was added on nightly by calling the trait's method directly.Fixes #2.