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

Mark rayon as a public dependency #2305

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Conversation

kornelski
Copy link
Contributor

Tests on the main branch fail. It seems that rayon is intentionally exposed.

image/src/lib.rs

Lines 187 to 188 in e176cd4

#[cfg(feature = "rayon")]
pub use crate::buffer_par::*;

Copy link
Member

@HeroicKatora HeroicKatora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I believe it's intentional as well. And since it's v1 and optional anyways there's not much wrong doing so.

@HeroicKatora HeroicKatora merged commit 285496d into image-rs:main Aug 14, 2024
32 checks passed
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