Skip to content

Commit

Permalink
fix(reflection): Depend on correct version of build (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Mar 17, 2021
1 parent 7889c7f commit db09093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic-reflection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db09093

Please sign in to comment.