From b31eee4aa55623ebf8d47b6ccde5302a86ba68a4 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 13 Jan 2015 11:36:06 -0800 Subject: Bump version to 0.1.2 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e046c764..98968ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,8 @@ name = "nix" description = "Rust friendly bindings to Posix APIs" -version = "0.1.1" +version = "0.1.2" authors = ["Carl Lerche "] homepage = "https://github.com/carllerche/nix-rust" license = "MIT" +exclude = [".gitignore", ".travis.yml", "tests/**/*"] -- cgit v1.2.3