Skip to content

Commit d1c6fed

Browse files
bors[bot]rtzoeller
andauthored
Merge #1609
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 <[email protected]>
2 parents afba7c5 + 131bae7 commit d1c6fed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

release.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
no-dev-version = true
21
pre-release-replacements = [
32
{ file="CHANGELOG.md", search="Unreleased", replace="{{version}}" },
43
{ file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}" }

0 commit comments

Comments
 (0)