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
@@ -180,7 +180,7 @@ Edit `Cargo.toml` and add all the dependencies we'll need for this example:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tonic = "0.4"
|
||||
tonic = "0.5"
|
||||
prost = "0.8"
|
||||
futures-core = "0.3"
|
||||
futures-util = "0.3"
|
||||
@@ -193,7 +193,7 @@ serde_json = "1.0"
|
||||
rand = "0.7"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.4"
|
||||
tonic-build = "0.5"
|
||||
```
|
||||
|
||||
Create a `build.rs` file at the root of your crate:
|
||||
|
||||
Reference in New Issue
Block a user