Skip to content

Commit

Permalink
Restore raft-engine dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Jarvis Zheng <jiayang@hust.edu.cn>
  • Loading branch information
jiayang-zheng committed Oct 21, 2022
1 parent bbb15ae commit d1f109c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/tikv-ctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pd_client = { workspace = true }
prometheus = { version = "0.13", features = ["nightly"] }
protobuf = { version = "2.8", features = ["bytes"] }
raft = { version = "0.7.0", default-features = false, features = ["protobuf-codec"] }
raft-engine-ctl = { git = "https://github.com/jiayang-zheng/raft-engine.git", rev = "9200bdae002a2fa09a56e0753eae211477f03f48" }
raft-engine-ctl = { git = "https://github.com/tikv/raft-engine.git" }
raft_log_engine = { workspace = true }
raftstore = { workspace = true }
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion components/raft_log_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ num_cpus = "1"
online_config = { workspace = true }
protobuf = "2"
raft = { version = "0.7.0", default-features = false, features = ["protobuf-codec"] }
raft-engine = { git = "https://github.com/jiayang-zheng/raft-engine.git", rev = "9200bdae002a2fa09a56e0753eae211477f03f48", features = ["swap"] }
raft-engine = { git = "https://github.com/tikv/raft-engine.git", features = ["swap"] }
serde = "1.0"
serde_derive = "1.0"
slog = { version = "2.3", features = ["max_level_trace", "release_max_level_debug"] }
Expand Down

0 comments on commit d1f109c

Please sign in to comment.