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

avoid duplicate crates #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rex4539
Copy link

@rex4539 rex4539 commented Feb 24, 2025

No description provided.

@rex4539 rex4539 requested a review from bmwill as a code owner February 24, 2025 14:29
Copy link
Collaborator

@bmwill bmwill left a comment

Choose a reason for hiding this comment

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

In order to prepare for edition 2024, and to ensure that the dependencies that a particular crate needs have the correct feature sets enabled, lets change this to also ensure that default-features = false is included for each dependency where we want to ensure that default features are not enabled. This is to ensure that if a dependency as defined in the workspace toml changed to not include default-features that we'd get an error as described here: https://doc.rust-lang.org/edition-guide/rust-2024/cargo-inherited-default-features.html

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