Skip to content

Commit ea4f1ba

Browse files
committed
[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.
1 parent 596db4e commit ea4f1ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
44
edition = "2018"
5-
version = "0.25.1-alpha.0"
5+
version = "0.25.0"
66
rust-version = "1.46"
77
authors = ["The nix-rust Project Developers"]
88
repository = "https://github.com/nix-rust/nix"

release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dev-version = false
12
pre-release-replacements = [
23
{ file="CHANGELOG.md", search="Unreleased", replace="{{version}}" },
34
{ file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}" }

0 commit comments

Comments
 (0)