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

use default-features rather than default_features #1342

Merged
merged 2 commits into from
Aug 23, 2023

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Aug 23, 2023

According to the cargo reference manual, we should use default-features. While default_features works with cargo, it can cause issues with other tools such as cargo-edit.

Brian Caswell added 2 commits August 22, 2023 08:59
According to the [cargo reference manual](https://doc.rust-lang.org/cargo/reference/features.html#the-default-feature), we should use `default-features`.  While `default_features` works with `cargo`, it can cause issues with other tools such as `cargo-edit`.
@demoray demoray requested a review from cataggar August 23, 2023 15:18
@demoray demoray merged commit f442544 into Azure:main Aug 23, 2023
16 checks passed
@demoray demoray deleted the default-features-not-default_features branch August 23, 2023 16:15
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