From d4a5ecad7dba56a383e9a7a065a9476ea0dbdae7 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Mon, 17 Jun 2024 07:45:46 -0500 Subject: [PATCH] remove mio --- crates/tests/lib/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/tests/lib/Cargo.toml b/crates/tests/lib/Cargo.toml index 37c3d2ab28..54d98f0a77 100644 --- a/crates/tests/lib/Cargo.toml +++ b/crates/tests/lib/Cargo.toml @@ -32,6 +32,3 @@ features = [ [dependencies.windows-targets] path = "../../libs/targets" - -[dependencies.mio] -version = "0.8.6"