diff options
author | Carl Lerche <me@carllerche.com> | 2015-12-22 12:48:37 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-12-22 12:48:37 -0800 |
commit | 1ce4eeee906c69af94805bdda22e4a4579547dd2 (patch) | |
tree | e4887d60777e817472d15e5c9c645f79b4f36d21 /Cargo.toml | |
parent | ea4752311746f4b0777b9842d70641c809917c66 (diff) | |
download | nix-1ce4eeee906c69af94805bdda22e4a4579547dd2.zip |
Bump version to 0.5.0-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.4.2" +version = "0.5.0-pre" authors = ["Carl Lerche <me@carllerche.com>"] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" |