summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-01-13 11:36:06 -0800
committerCarl Lerche <me@carllerche.com>2015-01-13 11:36:06 -0800
commitb31eee4aa55623ebf8d47b6ccde5302a86ba68a4 (patch)
tree1d5f69167f482e3f62d4d4eb366de77e4d6aa721
parent380d4020f10583797fe7bab6fe95923934660605 (diff)
downloadnix-b31eee4aa55623ebf8d47b6ccde5302a86ba68a4.zip
Bump version to 0.1.2
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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 <me@carllerche.com>"]
homepage = "https://github.com/carllerche/nix-rust"
license = "MIT"
+exclude = [".gitignore", ".travis.yml", "tests/**/*"]