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
@@ -20,7 +20,7 @@ transport = ["tonic/transport"]
[dependencies]
async-stream = "0.2"
tokio = { version = "0.2", features = ["sync", "stream"] }
tonic = { version = "0.2", path = "../tonic", features = ["codegen", "prost"] }
tonic = { version = "0.3", path = "../tonic", features = ["codegen", "prost"] }
bytes = "0.5"
prost = "0.6"
@@ -28,4 +28,4 @@ prost = "0.6"
tokio = { version = "0.2", features = ["rt-core", "macros"]}
[build-dependencies]
tonic-build = { version = "0.2", path = "../tonic-build" }
tonic-build = { version = "0.3", path = "../tonic-build" }