diff --git a/tonic-health/Cargo.toml b/tonic-health/Cargo.toml index d17b80d0d..b2f7645a5 100644 --- a/tonic-health/Cargo.toml +++ b/tonic-health/Cargo.toml @@ -19,7 +19,7 @@ transport = ["tonic/transport"] [dependencies] async-stream = "0.2" tokio = { version = "0.2", features = ["sync", "stream"] } -tonic = { path = "../tonic", features = ["codegen", "data-prost"] } +tonic = { version = "0.1", path = "../tonic", features = ["codegen", "data-prost"] } bytes = "0.5" prost = "0.6" @@ -27,4 +27,4 @@ prost = "0.6" tokio = { version = "0.2", features = ["rt-core", "macros"]} [build-dependencies] -tonic-build = { path = "../tonic-build" } \ No newline at end of file +tonic-build = { version = "0.1", path = "../tonic-build" } \ No newline at end of file