chore: Prepare 0.8 release (#1044)

This commit is contained in:
Lucio Franco
2022-07-29 16:45:57 -04:00
parent 2a7c610011
commit ec359ba35f
29 changed files with 84 additions and 55 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.10"
prost-types = "0.10"
prost = "0.11"
prost-types = "0.11"
tonic = {path = "../../../tonic"}
uuid = {package = "uuid1", path = "../uuid"}
+2 -2
View File
@@ -10,6 +10,6 @@ version = "0.1.0"
[dependencies]
bytes = "1.0"
prost = "0.10"
prost = "0.11"
[build-dependencies]
prost-build = "0.10"
prost-build = "0.11"