From f55ac7aa69d8a7607a49ab15932d9445f092f451 Mon Sep 17 00:00:00 2001 From: Laurent Pelecq Date: Sat, 9 Apr 2022 17:32:09 +0200 Subject: [PATCH] Remove unused dependency on libc --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a765b9..15c4893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ strum_macros = "0.24" async-mio = ["mio/net", "mio/os-poll"] [dev-dependencies] -libc = "0" mio = { version = "0.8", features = ["os-poll", "os-ext"] } popol = "0.5" tempfile = "3"