Skip to content

Commit

Permalink
*: bump 0.10.3 (#579)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Lee <[email protected]>
  • Loading branch information
BusyJay authored Jun 28, 2022
1 parent f4a4599 commit 3fba2aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.10.3 - 2022-06-27

- Add support for GRPC_ARG_ENABLE_HTTP_PROXY parameter (#575)
- Support setting gzip level (#577)

# 0.10.2 - 2022-04-15

- Make `ResourceQuota` cloneable (#568)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpcio"
version = "0.10.2"
version = "0.10.3"
edition = "2018"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
Expand All @@ -17,7 +17,7 @@ autoexamples = false
all-features = true

[dependencies]
grpcio-sys = { path = "grpc-sys", version = "0.10.1", default-features = false }
grpcio-sys = { path = "grpc-sys", version = "0.10.3", default-features = false }
libc = "0.2"
futures-executor = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["std", "sink"] }
Expand Down
2 changes: 1 addition & 1 deletion grpc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpcio-sys"
version = "0.10.1+1.44.0"
version = "0.10.3+1.44.0-patched"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["grpc", "bindings"]
Expand Down

0 comments on commit 3fba2aa

Please sign in to comment.