chore: Prepare 0.3.0 release (#399)

* chore: Prepare 0.3.0 release

* update changelog

* fix builds

* Update breaking changes
This commit is contained in:
Lucio Franco
2020-07-13 13:00:54 -04:00
committed by GitHub
parent 570c606397
commit 62b8ab0b51
8 changed files with 17 additions and 11 deletions
+2 -2
View File
@@ -180,7 +180,7 @@ Edit `Cargo.toml` and add all the dependencies we'll need for this example:
```toml
[dependencies]
tonic = "0.2"
tonic = "0.3"
prost = "0.6"
futures-core = "0.3"
futures-util = "0.3"
@@ -192,7 +192,7 @@ serde_json = "1.0"
rand = "0.7"
[build-dependencies]
tonic-build = "0.2"
tonic-build = "0.3"
```
Create a `build.rs` file at the root of your crate: