aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-22 00:38:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-22 00:38:23 +0000
commit3397e4d46588bf136d4e1d7750321e98613b8397 (patch)
tree657ca28347ca6d074f482a3191123b68375bce20 /Cargo.toml
parentcd0dfe04a46259f7e56110c7d5d11bacd8e221ae (diff)
parent5ed593c7e5b01e4a4749fe7e288a206bee6371b9 (diff)
downloadgrpcio-3397e4d46588bf136d4e1d7750321e98613b8397.tar.gz
Upgrade rust/crates/grpcio to 0.9.0 am: 8e8acbd61c am: e7b1f536fd am: 5ed593c7e5
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/grpcio/+/1740264 Change-Id: Ife4366dc35f8ae7afe54a9b0665524f9410b8f4c
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c8ccf28..a151b8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "grpcio"
-version = "0.8.2"
+version = "0.9.0"
authors = ["The TiKV Project Developers"]
autoexamples = false
description = "The rust language implementation of gRPC, base on the gRPC c core library."
@@ -26,8 +26,6 @@ license = "Apache-2.0"
repository = "https://github.com/tikv/grpc-rs"
[package.metadata.docs.rs]
all-features = true
-[profile.release]
-debug = true
[dependencies.bytes]
version = "1.0"
optional = true
@@ -36,7 +34,7 @@ optional = true
version = "0.3"
[dependencies.grpcio-sys]
-version = "0.8"
+version = "0.9"
default-features = false
[dependencies.libc]