Skip to content

Commit

Permalink
fix(health): Set referenced version of tonic
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 authored Mar 30, 2020
1 parent da92dbf commit 59c7788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tonic-health/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ 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"

[dev-dependencies]
tokio = { version = "0.2", features = ["rt-core", "macros"]}

[build-dependencies]
tonic-build = { path = "../tonic-build" }
tonic-build = { version = "0.1", path = "../tonic-build" }

0 comments on commit 59c7788

Please sign in to comment.