chore(ac-qu-ai-nt-core)!: make tracing no longer a default feature

This commit is contained in:
J / Jacob Babich
2024-10-16 15:26:09 -04:00
parent 7f38eb81c6
commit 7455d2a908

View File

@@ -10,7 +10,7 @@ license = { workspace = true }
repository = { workspace = true }
[features]
default = ["tracing"]
default = []
tracing = ["dep:tracing"]
[dependencies]