chore: Prepare v0.5 release (#706)
* bump tonic version to 0.5 * Update changelog for 0.5 * Update CHANGELOG.md Co-authored-by: David Pedersen <[email protected]> * address comments Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
co-authored by
David Pedersen
parent
acdb3273bb
commit
040e3a4811
@@ -113,12 +113,12 @@ name = "helloworld-client"
|
||||
path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
tonic = "0.4"
|
||||
tonic = "0.5"
|
||||
prost = "0.8"
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.4"
|
||||
tonic-build = "0.5"
|
||||
```
|
||||
|
||||
We include `tonic-build` as a useful way to incorporate the generation of our client and server gRPC code into the build process of our application. We will setup this build process now:
|
||||
|
||||
Reference in New Issue
Block a user