Skip to content

Commit 466ab29

Browse files
committed
Merge branch 'feature/raft-bootstrap-part4' into 'master'
Feature/raft bootstrap part4 See merge request picodata/brod/tarantool-module!40
2 parents e352ac1 + a06b538 commit 466ab29

File tree

7 files changed

+243
-537
lines changed

7 files changed

+243
-537
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ log = "0.4"
2828
num-traits = "0.2"
2929
num-derive = "0.3"
3030
protobuf = { version = "2", optional = true }
31-
raft = { version = "0.6.0-alpha", optional = true }
31+
raft = { version = "0.6.0", optional = true }
3232
refpool = { version = "0.4.3", optional = true }
3333
rand = { version = "0.8.3", optional = true }
3434
rmp = "0.8"
@@ -45,10 +45,6 @@ raft_node = ["chrono", "ipnetwork", "net_box", "protobuf", "raft", "rand"]
4545
schema = []
4646
all = ["default", "raft_node", "schema"]
4747

48-
[patch.crates-io]
49-
raft = { git = "https://github.com/tikv/raft-rs", branch = "master", default-features = true }
50-
raft-proto = { git = "https://github.com/tikv/raft-rs", branch = "master", default-features = true }
51-
5248
[workspace]
5349
members = [
5450
"tests",

src/raft/bootstrap.rs

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)