From ea4f1ba5c2bfb69126c88bab5e3fefb0f1b8cecc Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 13 Aug 2022 10:12:44 -0600 Subject: [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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 565ca9b0..1d96efe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3