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
@@ -24,10 +24,10 @@ bytes = "1.0"
prost = "0.10"
tokio = {version = "1.0", features = ["sync"]}
tokio-stream = "0.1"
tonic = {version = "0.6", path = "../tonic", features = ["codegen", "prost"]}
tonic = {version = "0.7", path = "../tonic", features = ["codegen", "prost"]}
[dev-dependencies]
tokio = {version = "1.0", features = ["rt-multi-thread", "macros"]}
[build-dependencies]
tonic-build = {version = "0.6", path = "../tonic-build", features = ["prost"]}
tonic-build = {version = "0.7", path = "../tonic-build", features = ["prost"]}