From d10fc0fd183f3ae8804398ecc722fe8c77ec09ec Mon Sep 17 00:00:00 2001 From: ghe0 Date: Sat, 29 Mar 2025 20:08:01 +0200 Subject: [PATCH] remove comment from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff8a9ca..5fe3ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ serde_yaml = "0.9.34" tabled = "0.17.0" tokio-stream = "0.1.17" tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] } -# tonic = { version = "0.12", features = ["tls"] } tonic = { version = "0.12" } thiserror = "2.0.9" bs58 = "0.5.1"