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

Fix Cargo.toml rayon feature and Update Dependencies #627

Merged
merged 1 commit into from
May 21, 2024

Conversation

ripytide
Copy link
Member

The way the features were defined meant that using imageproc with default-features = false, features = ["rayon"] would fail to compile as that wouldn't force image to use its rayon feature. This PR fixes that and updates the cargo dependencies while at it.

@theotherphil theotherphil merged commit dc97290 into image-rs:master May 21, 2024
15 checks passed
@theotherphil
Copy link
Contributor

Thanks!

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