diff options
author | Carl Lerche <me@carllerche.com> | 2015-02-20 15:23:57 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-02-20 15:23:57 -0800 |
commit | 649fa3558dbc0fac5e865f9c97d323951b8ee1c6 (patch) | |
tree | 12ab239cc49bfc15a88e52380c5a44ba1123ab60 /Cargo.toml | |
parent | 6637e4dc70e46feedc6e31366a0441a345c8721d (diff) | |
download | nix-649fa3558dbc0fac5e865f9c97d323951b8ee1c6.zip |
Bump version to v0.2.2
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 Posix APIs" -version = "0.2.1" +version = "0.2.2" authors = ["Carl Lerche <me@carllerche.com>"] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" |