diff options
author | Kamal Marhubi <kamal@marhubi.com> | 2016-03-01 16:47:15 -0500 |
---|---|---|
committer | Kamal Marhubi <kamal@marhubi.com> | 2016-03-01 16:47:15 -0500 |
commit | 5bac9df47cfc53b54f0013247ec42387ee67fffa (patch) | |
tree | f45d48e36250612add5b946d1438da976f8e0ec3 /Cargo.toml | |
parent | 5eafef0bb7db90ef785e4d5918f4647a97b76d5a (diff) | |
download | nix-5bac9df47cfc53b54f0013247ec42387ee67fffa.zip |
Set version to 0.5.1-pre
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |