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
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tonic-reflection"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = [
|
||||
"James Nugent <[email protected]>",
|
||||
"Samani G. Gikandi <[email protected]>"
|
||||
@@ -22,10 +22,10 @@ prost = "0.8"
|
||||
prost-types = "0.8"
|
||||
tokio = { version = "1.0", features = ["sync"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
tonic = { version = "0.4", path = "../tonic", features = ["codegen", "prost"] }
|
||||
tonic = { version = "0.5", path = "../tonic", features = ["codegen", "prost"] }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = { version = "0.4.1", path = "../tonic-build" }
|
||||
tonic-build = { version = "0.5", path = "../tonic-build" }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user