summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-12-08 14:44:02 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-12-08 14:44:02 +0000
commit7eaa20810a656158e4d57b792c58481f10987788 (patch)
tree0d2611e909d5eaa301211bdd0cb321ac57852d92 /Cargo.toml
parentd96518cf1b1877f1d8445e3e0e878fd25fbc822c (diff)
parenta79d228de73141f9e816d4f23ebd0c8c4ed37f6f (diff)
downloadnix-7eaa20810a656158e4d57b792c58481f10987788.zip
Merge #807
807: Switch to libc definitons of errno constants r=Susurrus a=Susurrus Still need to do OpenBSD and NetBSD. Primary goal with this first pass is to see what doesn't exist properly in `libc`. Closes #487.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9e37545..58161be0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,6 @@ lazy_static = "1"
rand = "0.3.8"
tempdir = "0.3"
tempfile = "2"
-nix-test = { path = "nix-test", version = "0.0.1" }
[[test]]
name = "test"