mirror of https://github.com/vacp2p/zerokit.git
fix(rln): fix semaphore crate version
This commit is contained in:
parent
30d820aeb9
commit
1bf339f6eb
|
@ -65,7 +65,9 @@ blake2 = "0.8.1"
|
||||||
sapling-crypto = { package = "sapling-crypto_ce", version = "0.1.3", default-features = false }
|
sapling-crypto = { package = "sapling-crypto_ce", version = "0.1.3", default-features = false }
|
||||||
bellman = { package = "bellman_ce", version = "0.3.4", default-features = false }
|
bellman = { package = "bellman_ce", version = "0.3.4", default-features = false }
|
||||||
|
|
||||||
semaphore = { git = "https://github.com/oskarth/semaphore-rs" }
|
#semaphore = { git = "https://github.com/oskarth/semaphore-rs" }
|
||||||
|
semaphore = { git = "https://github.com/worldcoin/semaphore-rs", rev = "d462a43"}
|
||||||
|
|
||||||
|
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ num-bigint = { version = "0.4", default-features = false, features = ["rand"] }
|
||||||
once_cell = "1.8"
|
once_cell = "1.8"
|
||||||
primitive-types = "0.11.1"
|
primitive-types = "0.11.1"
|
||||||
rand = "0.8.4"
|
rand = "0.8.4"
|
||||||
semaphore = { git = "https://github.com/worldcoin/semaphore-rs" }
|
semaphore = { git = "https://github.com/worldcoin/semaphore-rs", rev = "d462a43"}
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
thiserror = "1.0.0"
|
thiserror = "1.0.0"
|
||||||
wasmer = { version = "2.0" }
|
wasmer = { version = "2.0" }
|
||||||
|
|
Loading…
Reference in New Issue