summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorzethra <jediben97@gmail.com>2016-11-08 10:23:17 -0500
committerzethra <jediben97@gmail.com>2016-11-08 10:23:17 -0500
commit1b3aea102e013e06f4245fa987a1e750f057758d (patch)
tree6edd33bfd602dbd7c94d518fab21674f867e9a16 /Cargo.toml
parentbaf6b8d520fe11aa88d202415f637c01c1ba7044 (diff)
parentf8d4c315f5f54d76a986a69f5ffcc51172537c09 (diff)
downloadnix-1b3aea102e013e06f4245fa987a1e750f057758d.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73d6d559..aaec7626 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,8 +14,6 @@ exclude = [
"test/**/*"
]
-build = "build.rs"
-
[features]
eventfd = []
execvpe = []
@@ -28,10 +26,6 @@ bitflags = "0.4"
cfg-if = "0.1.0"
void = "1.0.2"
-[build-dependencies]
-rustc_version = "0.1.7"
-semver = "0.1.20" # Old version for compatibility with rustc_version.
-
[dev-dependencies]
rand = "0.3.8"
tempdir = "0.3"