Skip to content

Commit

Permalink
build(deps): Upgrade raft-engine dependency cascading (#3305)
Browse files Browse the repository at this point in the history
* build(deps): Upgrade raft-engine dependency

Signed-off-by: tison <[email protected]>

* genlock and upgrade toolchain

Signed-off-by: tison <[email protected]>

* revert toolchain upgrade

Signed-off-by: tison <[email protected]>

* Revert "revert toolchain upgrade"

This reverts commit 1c6dd9d.

* toolchain backward and correct dep attr

Signed-off-by: tison <[email protected]>

* clippy

Signed-off-by: tison <[email protected]>

* revert all

Signed-off-by: tison <[email protected]>

* redo

Signed-off-by: tison <[email protected]>

---------

Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Feb 18, 2024
1 parent f9ce270 commit b889d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
44 changes: 3 additions & 41 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ paste = "1.0"
pin-project = "1.0"
prometheus = { version = "0.13.3", features = ["process"] }
prost = "0.12"
raft-engine = { git = "https://github.com/tikv/raft-engine.git", rev = "22dfb426cd994602b57725ef080287d3e53db479" }
raft-engine = { version = "0.4.1", default-features = false }
rand = "0.8"
regex = "1.8"
regex-automata = { version = "0.2", features = ["transducer"] }
Expand Down

0 comments on commit b889d57

Please sign in to comment.