fix(health): Set referenced version of tonic

This commit is contained in:
James Nugent
2020-03-30 09:47:04 -05:00
committed by GitHub
parent da92dbf8aa
commit 59c7788846
+2 -2
View File
@@ -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" }
tonic-build = { version = "0.1", path = "../tonic-build" }