fix(reflection): Depend on correct version of build (#582)
This commit is contained in:
@@ -25,7 +25,7 @@ tokio-stream = { version = "0.1", features = ["net"] }
|
|||||||
tonic = { version = "0.4", path = "../tonic", features = ["codegen", "prost"] }
|
tonic = { version = "0.4", path = "../tonic", features = ["codegen", "prost"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tonic-build = { version = "0.4", path = "../tonic-build" }
|
tonic-build = { version = "0.4.1", path = "../tonic-build" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user