summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2021-12-30 20:57:20 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2021-12-30 20:57:20 -0600
commitd74bbe6539670bfadb35def25a43d0f34c2a32e4 (patch)
tree5370d27409232a4ba83de0efa21c503eaab76d0b
parentb9eb19778a58603aae232bc838a8b8d8afd87c56 (diff)
downloadnix-d74bbe6539670bfadb35def25a43d0f34c2a32e4.zip
Remove cc dependency on DragonFly
f5ee22db489f78b9c003ef60b7ad1b837503bc4a removed the need for this dependency.
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 03941aa5..6550db11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,9 +76,6 @@ uio = []
users = ["features"]
zerocopy = ["fs", "uio"]
-[target.'cfg(target_os = "dragonfly")'.build-dependencies]
-cc = "1"
-
[dev-dependencies]
assert-impl = "0.1"
lazy_static = "1.2"