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
@@ -15,7 +15,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
keywords = ["rpc", "grpc", "grpc-web"]
|
||||
|
||||
[dependencies]
|
||||
tonic = { path = "../tonic", default-features = false, features = ["transport"] }
|
||||
tonic = { version = "0.5", path = "../tonic", default-features = false, features = ["transport"] }
|
||||
http = "0.2"
|
||||
base64 = "0.13"
|
||||
futures-core = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user