From 85c12ea74e74a4b6fd06b54f1ba8a25d50f56215 Mon Sep 17 00:00:00 2001 From: Avril Date: Tue, 25 Aug 2020 23:59:46 +0100 Subject: [PATCH] remove defaults --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a665c5..7bacc87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,6 @@ libc = "0.2" tokio = {version = "0.2", features=["io-util"], optional=true} [features] -default=["full", "async"] - async = ["tokio"] # Actual things