summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKamal Marhubi <kamal@marhubi.com>2016-03-01 16:47:15 -0500
committerKamal Marhubi <kamal@marhubi.com>2016-03-01 16:47:15 -0500
commit5bac9df47cfc53b54f0013247ec42387ee67fffa (patch)
treef45d48e36250612add5b946d1438da976f8e0ec3 /Cargo.toml
parent5eafef0bb7db90ef785e4d5918f4647a97b76d5a (diff)
downloadnix-5bac9df47cfc53b54f0013247ec42387ee67fffa.zip
Set version to 0.5.1-pre
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 2005d218..8ac35a16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.5.0"
+version = "0.5.1-pre"
authors = ["Carl Lerche <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"