summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-12-16 20:32:43 -0700
committerAlan Somers <asomers@gmail.com>2021-12-16 20:32:43 -0700
commitafba7c5a33dd4fd62b047e64089487cf822ccec2 (patch)
tree444c0aab1b341c42cb3895fab57f5b14c95383c6 /Cargo.toml
parent81c0cf4dc6fc52cb7db08aa871062b72c2bb85f4 (diff)
downloadnix-afba7c5a33dd4fd62b047e64089487cf822ccec2.zip
(cargo-release) version 0.23.1
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 dfcdc079..d2ca8ee8 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.0"
+version = "0.23.1"
rust-version = "1.46"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"