summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-08-13 10:03:03 -0600
committerAlan Somers <asomers@gmail.com>2022-08-13 10:03:03 -0600
commit564d72edc7296c0644e471796534b3d3c8de82d3 (patch)
treea655d9a0eedfc4417542a1b14709a28bbc7bf3c7 /Cargo.toml
parent4d4754a14b080b32b1af16de54dfb822b28b5f06 (diff)
downloadnix-564d72edc7296c0644e471796534b3d3c8de82d3.zip
(cargo-release) start next development iteration 0.25.1-alpha.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 1d96efe5..565ca9b0 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.0"
+version = "0.25.1-alpha.0"
rust-version = "1.46"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"