Skip to content

Commit

Permalink
Update tonic to git head.
Browse files Browse the repository at this point in the history
Testing out hyperium/tonic#912
  • Loading branch information
thekeenant committed Mar 4, 2022
1 parent 3daf284 commit b0c499c
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 6 deletions.
144 changes: 140 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies]
prost = "0.9"
prost-types = "0.9"
tonic = "0.6"
tonic = { git = "https://github.com/hyperium/tonic.git", rev = "01e5be5" }

[build-dependencies]
tonic-build = "0.6"
tonic-build = { git = "https://github.com/hyperium/tonic.git", rev = "01e5be5" }

0 comments on commit b0c499c

Please sign in to comment.