From ebf355f41f0ef7cc31ca84256d6647fb81fa1aac Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Mon, 29 Jul 2024 17:52:21 -0600 Subject: [PATCH] Turn off tracing default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2146ea5..534ba41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tracing = ["dep:tracing"] [dependencies] either = "1.9.0" regex = { version = "1.10.2", optional = true } -tracing = { version = "0.1.40", optional = true } +tracing = { version = "0.1.40", default-features = false, optional = true } [target.'cfg(any(windows, unix, target_os = "redox"))'.dependencies] home = "0.5.9"