summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-12-01 21:12:36 -0700
committerAlan Somers <asomers@gmail.com>2019-12-01 21:12:36 -0700
commit47bd6572dc4b50d9112bc764198711bf6b4b0cf5 (patch)
tree03e445049e9fb0e3d372f9e244cfecc188b80b7a /Cargo.toml
parent05c1b5ff6cc2afa137e2e711a682818c068f0d33 (diff)
downloadnix-47bd6572dc4b50d9112bc764198711bf6b4b0cf5.zip
Release v0.16.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 3a1341ee..bd7a7758 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.15.0"
+version = "0.16.0"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"