[skip ci] Rollback master branch to 0.25.0

cargo-release automatically incremented the master branch's version
post-release.  I don't like that, because it makes it harder for
consumers, especially indirect consumers, to use a `[patch.crates-io]`
section in their Cargo.toml files.

Also, configure cargo-release not to do this again in the future.
This commit is contained in:
Alan Somers 2022-08-13 10:12:44 -06:00
parent 596db4ed00
commit ea4f1ba5c2
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
version = "0.25.1-alpha.0"
version = "0.25.0"
rust-version = "1.46"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"

View File

@ -1,3 +1,4 @@
dev-version = false
pre-release-replacements = [
{ file="CHANGELOG.md", search="Unreleased", replace="{{version}}" },
{ file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}" }