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

Remove default features from predicates dependency #517

Merged
merged 2 commits into from
Sep 21, 2023

Conversation

grimerssy
Copy link
Contributor

Predicates has default optional features this crate doesn't use. These features even include regex, which is a heavy dependency. This PR should slightly improve compile times for crates using mockall

Copy link
Owner

@asomers asomers left a comment

Choose a reason for hiding this comment

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

Hey, this is great! Thanks for noticing. One minor problem, though. Since we reexport predicates, this is technically a breaking change. Therefore, it warrants mention in the CHANGELOG. Could you please add it? Users should be able to fix any breakages by listing predicates, with any required features, in their own Cargo.toml files.

@asomers asomers merged commit 0474c07 into asomers:master Sep 21, 2023
3 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.

None yet

2 participants