Skip to content
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

Make avif-native 1.70-compatible #2382

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

FreezyLemon
Copy link
Contributor

@FreezyLemon FreezyLemon commented Nov 18, 2024

cargo +1.70 build --no-default-features -F avif-native doesn't build (0.25.5). The fixes for this are trivial and only language-related, so I hope these can be included so we don't have to bump the MSRV to 1.80 when using avif-native.

  • Add use std::mem::size_of
  • Remove pub visibility where unnecessary

Note: Real MSRV could be lower than 1.70, haven't tested <1.70

- Add `use std::mem::size_of`
- Remove `pub` visibility where unnecessary
@FreezyLemon
Copy link
Contributor Author

CI error seems unrelated.

@fintelia fintelia merged commit d6879d9 into image-rs:main Nov 18, 2024
31 of 32 checks passed
@FreezyLemon FreezyLemon deleted the msrv-friendly-avif branch November 18, 2024 18:31
@FreezyLemon
Copy link
Contributor Author

Thanks for the quick action! Do you know when this will be included in a release?

@fintelia
Copy link
Contributor

We don't have a specific release schedule. Mostly just try to make a release when a bunch of changes have landed or when someone asks for one. Can try to get one out soon!

@FreezyLemon
Copy link
Contributor Author

I see. Would be nice to have soon, but not critical. 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

Successfully merging this pull request may close these issues.

2 participants