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 3717660 commit 46d3016Copy full SHA for 46d3016
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# grpcio-sys 0.8.1 - 2021-03-02
2
+
3
+- Detect changes ahead to ease pain of upgrading compiler (#511)
4
5
# 0.8.0 - 2021-02-19
6
7
- Fix clippy warnings (#504)
grpc-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grpcio-sys"
-version = "0.8.0"
+version = "0.8.1"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["grpc", "bindings"]
0 commit comments