Skip to content

Commit b889d57

Browse files
authored
build(deps): Upgrade raft-engine dependency cascading (#3305)
* build(deps): Upgrade raft-engine dependency Signed-off-by: tison <wander4096@gmail.com> * genlock and upgrade toolchain Signed-off-by: tison <wander4096@gmail.com> * revert toolchain upgrade Signed-off-by: tison <wander4096@gmail.com> * Revert "revert toolchain upgrade" This reverts commit 1c6dd9d. * toolchain backward and correct dep attr Signed-off-by: tison <wander4096@gmail.com> * clippy Signed-off-by: tison <wander4096@gmail.com> * revert all Signed-off-by: tison <wander4096@gmail.com> * redo Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
1 parent f9ce270 commit b889d57

File tree

2 files changed

+4
-42
lines changed

2 files changed

+4
-42
lines changed

Cargo.lock

Lines changed: 3 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ paste = "1.0"
115115
pin-project = "1.0"
116116
prometheus = { version = "0.13.3", features = ["process"] }
117117
prost = "0.12"
118-
raft-engine = { git = "https://github.com/tikv/raft-engine.git", rev = "22dfb426cd994602b57725ef080287d3e53db479" }
118+
raft-engine = { version = "0.4.1", default-features = false }
119119
rand = "0.8"
120120
regex = "1.8"
121121
regex-automata = { version = "0.2", features = ["transducer"] }

0 commit comments

Comments
 (0)