We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1359b2a commit a21e5e8Copy full SHA for a21e5e8
Cargo.toml
@@ -22,7 +22,7 @@ merkletree = "0.21.0"
22
merkle-log = "0.0.3"
23
moka = { version = "0.8.1", features = ["future"] }
24
naom = { version = "1.3.0" }
25
-keccak_prime = { git = "https://github.com/zenotta/keccak-prime" }
+keccak_prime = { git = "https://github.com/ABlockOfficial/Keccak-Prime" }
26
protobuf = "~2.0"
27
raft = "0.5.0"
28
rand = "0.7.3"
@@ -47,4 +47,4 @@ mock = []
47
config_override = []
48
49
[patch.crates-io]
50
-raft = { git = "https://github.com/Zenotta/raft-rs", branch = "0.5.1" }
+raft = { git = "https://github.com/ABlockOfficial/raft-rs", branch = "0.5.1" }
0 commit comments