You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
790 B
26 lines
790 B
--- nix-0.11.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ nix-0.11.0/Cargo.toml 2018-11-02T19:58:10.895037+01:00
|
|
@@ -14,7 +14,7 @@
|
|
name = "nix"
|
|
version = "0.11.0"
|
|
authors = ["The nix-rust Project Developers"]
|
|
-exclude = [".gitignore", ".travis.yml"]
|
|
+exclude = ["/.gitignore", "/.travis.yml", "/ci/*", "/Cross.toml", "/RELEASE_PROCEDURE.md", "/bors.toml"]
|
|
description = "Rust friendly bindings to *nix APIs"
|
|
categories = ["os::unix-apis"]
|
|
license = "MIT"
|
|
@@ -60,12 +60,5 @@
|
|
[dev-dependencies.rand]
|
|
version = "0.4"
|
|
|
|
-[dev-dependencies.tempdir]
|
|
-version = "0.3"
|
|
-
|
|
[dev-dependencies.tempfile]
|
|
-version = "2"
|
|
-[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
|
|
-version = "1"
|
|
-[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]
|
|
-version = "0.1"
|
|
+version = "3"
|