summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-09-28 21:27:58 -0600
committerAlan Somers <asomers@gmail.com>2021-09-28 21:27:58 -0600
commit50b4865f4b8348921ad378f00893334ee97bec24 (patch)
tree182fa0fad77534002ee8e52ce4480a0d05509f49 /Cargo.toml
parent1b5476aeedff940fa3b0fa70a3c6680c837626fc (diff)
downloadnix-50b4865f4b8348921ad378f00893334ee97bec24.zip
(cargo-release) version 0.23.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 298c16eb..c2688304 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
-version = "0.22.0"
+version = "0.23.0"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"