We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645c405 commit 61a6092Copy full SHA for 61a6092
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.9.1 - 2021-09-18
2
+
3
+- Make boringssl-src optional (#537)
4
+- codec: avoid overflowing error (#495)
5
6
# 0.9.0 - 2021-05-24
7
8
- Support rich error (#514)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grpcio"
-version = "0.9.0"
+version = "0.9.1"
edition = "2018"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
grpc-sys/Cargo.toml
name = "grpcio-sys"
-version = "0.9.0+1.38.0"
+version = "0.9.1+1.38.0"
keywords = ["grpc", "bindings"]
0 commit comments