From 072119901ed1ac6f7a0eb1d08a5b12c9843ebb35 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 5 Apr 2023 15:26:39 -0700 Subject: [PATCH] remove stale comment --- web3_proxy/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index e041b144..3bdae83c 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -7,12 +7,10 @@ default-run = "web3_proxy_cli" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["deadlock_detection", "tokio-console"] +default = ["deadlock_detection"] deadlock_detection = ["parking_lot/deadlock_detection"] tokio-console = ["dep:tokio-console", "dep:console-subscriber"] -# TODO: turn tokio-console on with a feature. console-subscriber = { version = "0.1.7" } - [dependencies] deferred-rate-limiter = { path = "../deferred-rate-limiter" } entities = { path = "../entities" }