summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-04-20 21:47:48 -0500
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-04-20 21:47:48 -0500
commit7f5907c78d58b75a4a0771217bdb488b8f42ac95 (patch)
treedd5fef8df5599599ba58b23d44cfc52e898051b1 /Cargo.toml
parentbfb290bf2b3b90e1a9f28382ea148cae8d94071b (diff)
downloadnix-7f5907c78d58b75a4a0771217bdb488b8f42ac95.zip
(cargo-release) version 0.24.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 8842fc90..1d1d7f9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
-version = "0.23.1"
+version = "0.24.0"
rust-version = "1.46"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"