From d74bbe6539670bfadb35def25a43d0f34c2a32e4 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Thu, 30 Dec 2021 20:57:20 -0600 Subject: [PATCH] Remove cc dependency on DragonFly f5ee22db489f78b9c003ef60b7ad1b837503bc4a removed the need for this dependency. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 03941aa5f1..6550db11c3 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"