diff options
author | Carl Lerche <me@carllerche.com> | 2015-02-19 13:36:20 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-02-19 13:36:20 -0800 |
commit | 62040df28f8b677f0202bc95af61286adf833776 (patch) | |
tree | 8bb3fb95c4766bcd878fbbba0f057c83beabf490 /Cargo.toml | |
parent | 0e361c0341f7ab60e21d2fda818e352de53ac510 (diff) | |
download | nix-62040df28f8b677f0202bc95af61286adf833776.zip |
Bump version to v0.2.1
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.0" +version = "0.2.1" authors = ["Carl Lerche <me@carllerche.com>"] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" |