We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380d402 commit b31eee4Copy full SHA for b31eee4
Cargo.toml
@@ -2,7 +2,8 @@
2
3
name = "nix"
4
description = "Rust friendly bindings to Posix APIs"
5
-version = "0.1.1"
+version = "0.1.2"
6
authors = ["Carl Lerche <me@carllerche.com>"]
7
homepage = "https://github.com/carllerche/nix-rust"
8
license = "MIT"
9
+exclude = [".gitignore", ".travis.yml", "tests/**/*"]
0 commit comments