Skip to content

Commit 61f49b2

Browse files
author
Anton Melnikov
committed
chore(raft): upgrade raft, require release instead of master
1 parent fe4a91c commit 61f49b2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
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",

0 commit comments

Comments
 (0)