diff options
author | Carl Lerche <me@carllerche.com> | 2015-01-13 11:36:06 -0800 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-01-13 11:36:06 -0800 |
commit | b31eee4aa55623ebf8d47b6ccde5302a86ba68a4 (patch) | |
tree | 1d5f69167f482e3f62d4d4eb366de77e4d6aa721 /Cargo.toml | |
parent | 380d4020f10583797fe7bab6fe95923934660605 (diff) | |
download | nix-b31eee4aa55623ebf8d47b6ccde5302a86ba68a4.zip |
Bump version to 0.1.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ name = "nix" description = "Rust friendly bindings to Posix APIs" -version = "0.1.1" +version = "0.1.2" authors = ["Carl Lerche <me@carllerche.com>"] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" +exclude = [".gitignore", ".travis.yml", "tests/**/*"] |