You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments