From bd26c60cd5a9fdaea0fb865e35a84f5e4adf2011 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Mon, 21 Mar 2022 21:49:54 -0500 Subject: [PATCH] Don't enable console by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09329a7..5d683ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] console = ["console-subscriber"] -default = ["object-storage", "console"] +default = ["object-storage"] object-storage = ["reqwest", "rust-s3"] io-uring = [ "actix-rt/io-uring",