summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-01-26 14:50:12 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-01-26 14:50:12 +0000
commit2b6966658c454a4607282dcdebd697016ecbad3b (patch)
tree6b9a2427e647f694ac764eea6ecef807ad56fa6b /Cargo.toml
parentc55d793a56ac48cebbd79a7b28b181ece845c114 (diff)
parent058c7413bab34992b79f1eadf33df86bdf0a7bd1 (diff)
downloadnix-2b6966658c454a4607282dcdebd697016ecbad3b.zip
Merge #844
844: Bump version to 0.10.0 r=asomers a=asomers
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 6289d056..661ee2ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.10.0-pre"
+version = "0.10.0"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"