chore: Prepare alpha.5 release (#108)

Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
Lucio Franco
2019-10-31 14:26:35 -04:00
committed by GitHub
parent 5c2f4dba32
commit 3a39b1e7c8
7 changed files with 34 additions and 12 deletions
+2 -2
View File
@@ -116,14 +116,14 @@ name = "helloworld-client"
path = "src/client.rs"
[dependencies]
tonic = "0.1.0-alpha.4"
tonic = "0.1.0-alpha.5"
bytes = "0.4"
prost = "0.5"
prost-derive = "0.5"
tokio = "=0.2.0-alpha.6"
[build-dependencies]
tonic-build = "0.1.0-alpha.4"
tonic-build = "0.1.0-alpha.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: