summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-08-13 10:02:42 -0600
committerAlan Somers <asomers@gmail.com>2022-08-13 10:02:42 -0600
commit4d4754a14b080b32b1af16de54dfb822b28b5f06 (patch)
tree8b26d30d60e101f9e39e3818dbc50ccdb4867a61 /Cargo.toml
parent9a0083de0c342e14a705b4a3df9d0ed9b49c2844 (diff)
downloadnix-4d4754a14b080b32b1af16de54dfb822b28b5f06.zip
(cargo-release) version 0.25.0
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 18e1742d..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.24.1"
+version = "0.25.0"
rust-version = "1.46"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"