Skip to content

Commit 5714b2f

Browse files
authored
chore: bump protobuf-build to 0.13 (#341)
Signed-off-by: Alex Chi <iskyzh@gmail.com>
1 parent 68b7f1e commit 5714b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tikv-client-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Protobuf specs for the TiKV Rust client"
99
build = "build.rs"
1010

1111
[build-dependencies]
12-
protobuf-build = { version = "0.12", default-features = false, features = ["grpcio-prost-codec"] }
12+
protobuf-build = { version = "0.13", default-features = false, features = ["grpcio-prost-codec"] }
1313

1414
[dependencies]
1515
protobuf = "2.8"

0 commit comments

Comments
 (0)