Skip to content

Commit bc25905

Browse files
authored
bump 0.10.1 (#567)
Signed-off-by: Jay Lee <[email protected]>
1 parent 7767d95 commit bc25905

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.10.1 - 2022-03-28
2+
3+
- Fix potential UAF and double free (#566)
4+
15
# 0.10.0 - 2022-03-02
26

37
- Update prost to 0.9.0 (#544) (#559)

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.0"
3+
version = "0.10.1"
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.0", default-features = false }
20+
grpcio-sys = { path = "grpc-sys", version = "0.10.1", 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.0+1.44.0"
3+
version = "0.10.1+1.44.0"
44
authors = ["The TiKV Project Developers"]
55
license = "Apache-2.0"
66
keywords = ["grpc", "bindings"]

0 commit comments

Comments
 (0)