From 7455d2a9080e7a2024e606f09d4d2dce6a0be61a Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Wed, 16 Oct 2024 15:26:09 -0400 Subject: [PATCH] chore(ac-qu-ai-nt-core)!: make `tracing` no longer a default feature --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 369eacc..55cade4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -10,7 +10,7 @@ license = { workspace = true } repository = { workspace = true } [features] -default = ["tracing"] +default = [] tracing = ["dep:tracing"] [dependencies]