summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-02-20 14:37:29 -0700
committerGitHub <noreply@github.com>2021-02-20 14:37:29 -0700
commit4c7021787a174493bf1abb90a711d7464e6c80f6 (patch)
tree86792f8b3efdf273f81b69a333374d85919bca58 /Cargo.toml
parent347d16b7489da9b731dfd94e93becb4b186e25c9 (diff)
parenteca1f5ab13e0c2c1bfe1fc883e4bd29a47ccb040 (diff)
downloadnix-4c7021787a174493bf1abb90a711d7464e6c80f6.zip
Merge pull request #1389 from asomers/r0.20.0
Prepare for release 0.20.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 46f8cad0..885fa100 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
-version = "0.19.0"
+version = "0.20.0"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"