From 39e60a28a6f405c0840263fe26b24f96a0cc4576 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 10 Jan 2025 00:57:01 +0900 Subject: [PATCH] chore(reflection): Remove implicit prost-types feature --- tonic-reflection/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-reflection/Cargo.toml b/tonic-reflection/Cargo.toml index da23ef441..f9c2bcac5 100644 --- a/tonic-reflection/Cargo.toml +++ b/tonic-reflection/Cargo.toml @@ -22,7 +22,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] -server = ["prost-types", "dep:tokio", "dep:tokio-stream"] +server = ["dep:prost-types", "dep:tokio", "dep:tokio-stream"] default = ["server"] [dependencies]