chore: Prepare 0.8 release (#1044)
This commit is contained in:
@@ -9,7 +9,7 @@ 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 = "0.11"
|
||||
tonic = {path = "../../tonic"}
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -13,7 +13,7 @@ http = "0.2"
|
||||
http-body = "0.4"
|
||||
hyper = "0.14.3"
|
||||
pin-project = "1.0"
|
||||
prost = "0.10"
|
||||
prost = "0.11"
|
||||
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
|
||||
tokio-stream = {version = "0.1.5", features = ["net"]}
|
||||
tonic = {path = "../../tonic", features = ["gzip"]}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -9,7 +9,7 @@ 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 = "0.11"
|
||||
tonic = {path = "../../tonic"}
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -11,7 +11,7 @@ version = "0.1.0"
|
||||
[dependencies]
|
||||
bytes = "1.0"
|
||||
futures-util = "0.3"
|
||||
prost = "0.10"
|
||||
prost = "0.11"
|
||||
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
|
||||
tonic = {path = "../../tonic"}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ publish = false
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
prost = "0.10"
|
||||
prost = "0.11"
|
||||
tonic = {path = "../../tonic"}
|
||||
|
||||
[build_dependencies]
|
||||
|
||||
@@ -9,7 +9,7 @@ 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 = "0.11"
|
||||
tonic = {path = "../../tonic"}
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -9,7 +9,7 @@ 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 = "0.11"
|
||||
tonic = {path = "../../tonic"}
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
prost = "0.10"
|
||||
prost = "0.11"
|
||||
tonic = { path = "../../tonic" }
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -12,9 +12,9 @@ version = "0.1.0"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
prost = "0.10"
|
||||
prost = "0.11"
|
||||
tonic = {path = "../../tonic"}
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.10"
|
||||
prost-build = "0.11"
|
||||
tonic-build = {path = "../../tonic-build"}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user