From 18367d5af64c64035104e86c2bca6c3667389d79 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Wed, 20 Jul 2022 18:49:08 +1000 Subject: [PATCH] Disable feature logging and clap on default Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed7571ae99..9034e72bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ optional = true version = "0.4" [features] -default = ["logging", "clap", "runtime", "which-rustfmt"] +default = ["runtime", "which-rustfmt"] logging = ["env_logger", "log"] static = ["clang-sys/static"] runtime = ["clang-sys/runtime"]