summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-08-13 10:12:44 -0600
committerAlan Somers <asomers@gmail.com>2022-08-13 10:12:44 -0600
commitea4f1ba5c2bfb69126c88bab5e3fefb0f1b8cecc (patch)
tree6843071ec7e55bb33511dba3dc8b7b08db998554 /Cargo.toml
parent596db4ed00f0ccde62353de85f0468529f8059d4 (diff)
downloadnix-ea4f1ba5c2bfb69126c88bab5e3fefb0f1b8cecc.zip
[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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"