Skip to content

Commit

Permalink
Merge #1609
Browse files Browse the repository at this point in the history
1609: Fix warning when running cargo release r=rtzoeller a=rtzoeller

`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.


Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
  • Loading branch information
bors[bot] and rtzoeller committed Dec 18, 2021
2 parents afba7c5 + 131bae7 commit d1c6fed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release.toml
@@ -1,4 +1,3 @@
no-dev-version = true
pre-release-replacements = [
{ file="CHANGELOG.md", search="Unreleased", replace="{{version}}" },
{ file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}" }
Expand Down

0 comments on commit d1c6fed

Please sign in to comment.