diff options
author | Carl Lerche <me@carllerche.com> | 2015-02-10 22:24:16 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-02-10 22:24:16 -0800 |
commit | 51becf70d23c1ac6184921fb729fd61324538ddc (patch) | |
tree | a432f6bb82ba8a9f97bbda1c023206c27e420ffc /Cargo.toml | |
parent | 62c5a727eac3c5f85853e17612d7fd0c6aa47c2f (diff) | |
download | nix-51becf70d23c1ac6184921fb729fd61324538ddc.zip |
Bump version to 0.1.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.1.2" +version = "0.1.3" authors = ["Carl Lerche <me@carllerche.com>"] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" |