From db0909382b8ab1a385c1352feeea663844b7d799 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Wed, 17 Mar 2021 12:31:52 -0400 Subject: [PATCH] fix(reflection): Depend on correct version of build (#582) --- 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 ce3365d..3861525 100644 --- a/tonic-reflection/Cargo.toml +++ b/tonic-reflection/Cargo.toml @@ -25,7 +25,7 @@ tokio-stream = { version = "0.1", features = ["net"] } tonic = { version = "0.4", path = "../tonic", features = ["codegen", "prost"] } [build-dependencies] -tonic-build = { version = "0.4", path = "../tonic-build" } +tonic-build = { version = "0.4.1", path = "../tonic-build" } [dev-dependencies] futures = "0.3"