From 4aed601664953e417130db539be6d883617cf128 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 25 Feb 2024 21:08:17 -0600 Subject: [PATCH] No console by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70820a3..7d062e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ strip = true [features] console = ["dep:console-subscriber"] -default = ["console"] +default = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html