Skip to content

Fix warning when running cargo release #1609

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

Merged
merged 1 commit into from
Dec 18, 2021

Conversation

rtzoeller
Copy link
Collaborator

cargo release is returning the following warning: WARN cargo_release::config] Negative config values are deprecated ('no_', 'disable_').

The root cause is cargo-release changing its behavior to default to not bumping the version: crate-ci/cargo-release#340. Remove the no-dev-version flag from release.toml to match.

@rtzoeller rtzoeller force-pushed the remove_deprecated_option branch from c4b6117 to 131bae7 Compare December 17, 2021 15:46
@rtzoeller
Copy link
Collaborator Author

bors r+

@bors bors bot merged commit d1c6fed into nix-rust:master Dec 18, 2021
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