chore: Prepare 0.10 release (#954)

This commit is contained in:
Lucio Franco
2022-03-31 17:05:54 -04:00
committed by GitHub
parent d142e1aa4c
commit 808c417cbd
10 changed files with 55 additions and 18 deletions
+2 -2
View File
@@ -22,10 +22,10 @@ prost = "0.10"
prost-types = "0.10"
tokio = {version = "1.0", features = ["sync"]}
tokio-stream = {version = "0.1", features = ["net"]}
tonic = {version = "0.6", path = "../tonic", features = ["codegen", "prost"]}
tonic = {version = "0.7", path = "../tonic", features = ["codegen", "prost"]}
[build-dependencies]
tonic-build = {version = "0.6", path = "../tonic-build", features = ["transport", "prost"]}
tonic-build = {version = "0.7", path = "../tonic-build", features = ["transport", "prost"]}
[dev-dependencies]
futures = "0.3"