-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add support for image-rs 0.24
#52
Comments
For anyone wanting to use library with updated dependencies I created repo which use image 0.24.2 and have other libraries updated(logic is not changed) |
@qarmin : Is there any reason you chose to publish a new crate instead of contributing to this one ? I opened a pull request with your changes. |
@lovasoa This crate is not very well maintained. I wish the author would add some co-maintainers. Though what worked out for me was simply using |
@abonander , would you be open to adding some co-maintainers ? |
Since the latest version of image-rs library require Rust 1.56.0, I think that img_hash also should use Rust 2021 edition and bump minimal requirements.
For now I can't use image-rs 0.24.0, because img_hash crate cannot interoperate with this version and I have such errors(this works with 0.23)
The text was updated successfully, but these errors were encountered: