diff --git a/Cargo.toml b/Cargo.toml index cb1ccd22..c778eb21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ ctor = "0.2" env_logger = "0.10" kvproto = { git = "https://github.com/pingcap/kvproto.git", default-features = false, features = [ "protobuf-codec", -] } +], branch = "release-7.5" } raft = { git = "https://github.com/tikv/raft-rs", branch = "master", default-features = false, features = [ "protobuf-codec", ] }