diff options
author | Carl Lerche <me@carllerche.com> | 2015-02-20 16:36:18 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-02-20 16:36:18 -0800 |
commit | 78f9bef3c3982ee5e00dfcda28c7d9f038f25f03 (patch) | |
tree | 33897dddf3a428ab263ec7b11e26a8c12097d667 /Cargo.toml | |
parent | 545795ae3bdb47e9d62594d3f06e7ec77f4b01eb (diff) | |
download | nix-78f9bef3c3982ee5e00dfcda28c7d9f038f25f03.zip |
Bump version to v0.2.3
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.2" +version = "0.2.3" authors = ["Carl Lerche <me@carllerche.com>"] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" |