mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-19 17:58:10 +00:00
fix(semaphore): restore and update original semaphore git dependency
This commit is contained in:
parent
9e1355d36a
commit
e69f6a67d8
@ -20,9 +20,7 @@ color-eyre = "0.5"
|
|||||||
num-bigint = { version = "0.4", default-features = false, features = ["rand"] }
|
num-bigint = { version = "0.4", default-features = false, features = ["rand"] }
|
||||||
once_cell = "1.8"
|
once_cell = "1.8"
|
||||||
rand = "0.8.4"
|
rand = "0.8.4"
|
||||||
# TODO: change back to original repo once https://github.com/worldcoin/semaphore-rs/pull/24 is merged
|
semaphore = { git = "https://github.com/worldcoin/semaphore-rs", rev = "ee658c2"}
|
||||||
#semaphore = { git = "https://github.com/worldcoin/semaphore-rs", rev = "d462a43"}
|
|
||||||
semaphore = { git = "https://github.com/vacp2p/semaphore-rs", branch="fix-u256-data-type"}
|
|
||||||
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
|
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
|
||||||
ruint = { version = "1.2.0", features = [ "serde", "num-bigint", "ark-ff" ] }
|
ruint = { version = "1.2.0", features = [ "serde", "num-bigint", "ark-ff" ] }
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user