From ecfcf884cb7eede472da0296b4ecb8640e36c94a Mon Sep 17 00:00:00 2001 From: rszyma Date: Sun, 9 Nov 2025 00:09:54 +0100 Subject: [PATCH] remove unused dep --- crates/ide/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 0aa75fc..3c76802 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -21,7 +21,6 @@ smallvec = { version = "1.10.0", features = ["const_generics", "union"] } smol_str = "0.3" syntax = { path = "../syntax" } url = "2.3.1" -tracing = { version = "0.1.36", features = ["release_max_level_debug"] } [dev-dependencies] anyhow = "1.0.60"