aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 7775f30..18457aa 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "grpcio"
-version = "0.6.0"
+version = "0.7.0"
edition = "2018"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
@@ -17,14 +17,14 @@ autoexamples = false
all-features = true
[dependencies]
-grpcio-sys = { path = "grpc-sys", version = "0.6.0" }
+grpcio-sys = { path = "grpc-sys", version = "0.7" }
libc = "0.2"
futures = "0.3"
protobuf = { version = "2.0", optional = true }
prost = { version = "0.6", optional = true }
bytes = { version = "0.5", optional = true }
log = "0.4"
-parking_lot = "0.10"
+parking_lot = "0.11"
[workspace]
members = ["proto", "benchmark", "compiler", "interop", "tests-and-examples"]
@@ -45,5 +45,4 @@ debug = true
travis-ci = { repository = "tikv/grpc-rs" }
[patch.crates-io]
-grpcio-compiler = { path = "compiler", version = "0.6.0", default-features = false }
-protobuf-build = { git = "https://github.com/tikv/protobuf-build.git" }
+grpcio-compiler = { path = "compiler", version = "0.7.0", default-features = false }