summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-27 00:30:43 +0000
committerGitHub <noreply@github.com>2020-07-27 00:30:43 +0000
commit96054b6933404b4c1d5dbd49db7ec7c7a26e44de (patch)
tree724d5056eb0682fa372a915a0b4a7a3df65fc501 /Cargo.toml
parent2a668fa6d923b080357bf3cf0dd698cab4cbcbeb (diff)
parent59615ed31abdd7fea43bb6bad80c7a58632a8c7e (diff)
downloadnix-96054b6933404b4c1d5dbd49db7ec7c7a26e44de.zip
Merge #1277
1277: Release version 0.18.0 r=asomers a=asomers Co-authored-by: Alan Somers <asomers@gmail.com>
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 cb32b41d..8456ad7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
-version = "0.17.0"
+version = "0.18.0"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"