Skip to content

Commit 3fba2aa

Browse files
authored
*: bump 0.10.3 (#579)
Signed-off-by: Jay Lee <[email protected]>
1 parent f4a4599 commit 3fba2aa

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.10.3 - 2022-06-27
2+
3+
- Add support for GRPC_ARG_ENABLE_HTTP_PROXY parameter (#575)
4+
- Support setting gzip level (#577)
5+
16
# 0.10.2 - 2022-04-15
27

38
- Make `ResourceQuota` cloneable (#568)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grpcio"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
edition = "2018"
55
authors = ["The TiKV Project Developers"]
66
license = "Apache-2.0"
@@ -17,7 +17,7 @@ autoexamples = false
1717
all-features = true
1818

1919
[dependencies]
20-
grpcio-sys = { path = "grpc-sys", version = "0.10.1", default-features = false }
20+
grpcio-sys = { path = "grpc-sys", version = "0.10.3", default-features = false }
2121
libc = "0.2"
2222
futures-executor = "0.3"
2323
futures-util = { version = "0.3", default-features = false, features = ["std", "sink"] }

grpc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grpcio-sys"
3-
version = "0.10.1+1.44.0"
3+
version = "0.10.3+1.44.0-patched"
44
authors = ["The TiKV Project Developers"]
55
license = "Apache-2.0"
66
keywords = ["grpc", "bindings"]

0 commit comments

Comments
 (0)