We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rav1e 0.5.1 has its own ilog method from ILog trait, but Rust has added an inherent method on integer types: rust-lang/rust#70887
ilog
ILog
This has been fixed in #3006, but the latest version on crates-io doesn't compile.
Are you planning to release 0.6 soon? If not, could you make a bugfix release for 0.5?
The text was updated successfully, but these errors were encountered:
0.6 release solves the problem for me. Thanks!
Sorry, something went wrong.
No branches or pull requests
rav1e 0.5.1 has its own
ilog
method fromILog
trait, but Rust has added an inherent method on integer types: rust-lang/rust#70887This has been fixed in #3006, but the latest version on crates-io doesn't compile.
Are you planning to release 0.6 soon? If not, could you make a bugfix release for 0.5?
The text was updated successfully, but these errors were encountered: