summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-08-13 22:17:33 +0000
committerGitHub <noreply@github.com>2022-08-13 22:17:33 +0000
commitdde5f86f41dcaa9822a7ac623afb126352a48bf6 (patch)
tree6843071ec7e55bb33511dba3dc8b7b08db998554 /Cargo.toml
parent564d72edc7296c0644e471796534b3d3c8de82d3 (diff)
parentea4f1ba5c2bfb69126c88bab5e3fefb0f1b8cecc (diff)
downloadnix-dde5f86f41dcaa9822a7ac623afb126352a48bf6.zip
Merge #1796
1796: No dev version r=rtzoeller a=asomers Co-authored-by: Alan Somers <asomers@gmail.com>
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"