Skip to content

Commit 0feb335

Browse files
align kvproto version
Signed-off-by: zhangjinpeng87 <zzzhangjinpeng@gmail.com>
1 parent 805d8f1 commit 0feb335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,15 @@ thiserror = "1.0"
6767
criterion = "0.4"
6868
ctor = "0.2"
6969
env_logger = "0.10"
70-
kvproto = { git = "https://github.com/pingcap/kvproto.git", default-features = false, features = [
70+
kvproto = { git = "https://github.com/pingcap/kvproto.git", branch = "release-8.5", default-features = false, features = [
7171
"protobuf-codec",
7272
] }
7373
raft = { git = "https://github.com/tikv/raft-rs", branch = "master", default-features = false, features = [
7474
"protobuf-codec",
7575
] }
7676
rand = "0.8"
7777
rand_distr = "0.4"
78+
serde_json = "=1.0.146"
7879
tempfile = "3.6"
7980
toml = "0.8"
8081

0 commit comments

Comments
 (0)