fix(semaphore): restore and update original semaphore git dependency

This commit is contained in:
G 2022-12-12 00:40:08 +01:00 committed by GitHub
parent 9e1355d36a
commit e69f6a67d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@ color-eyre = "0.5"
num-bigint = { version = "0.4", default-features = false, features = ["rand"] }
once_cell = "1.8"
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 = "d462a43"}
semaphore = { git = "https://github.com/vacp2p/semaphore-rs", branch="fix-u256-data-type"}
semaphore = { git = "https://github.com/worldcoin/semaphore-rs", rev = "ee658c2"}
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ruint = { version = "1.2.0", features = [ "serde", "num-bigint", "ark-ff" ] }
serde = "1.0"