From d36254e9c2a0f812c385a9468652fd6f068a8738 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Tue, 17 Dec 2024 04:50:11 -0800 Subject: [PATCH] remove mach --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1c272e6925..99d8906132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,3 @@ tracing = { version = ">=0.1.40", default-features = false } tracing-core = { version = ">=0.1.33", default-features = false } tracing-subscriber = { version = "0.3", default-features = false } url = { version = "2.5", default-features = false } - -[workspace.metadata.cargo-machete] -ignored = ["tracing"]