mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
Update to official release of Zerokit 0.9.0 (#53)
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -4232,8 +4232,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rln"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/vacp2p/zerokit/#0b00c639a059a2cfde74bcf68fdf75db3b6898a4"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d80918728b4171dff6eca5c157aaf048077b498e3bc71b6f3f3cc9c38d7185ea"
|
||||
dependencies = [
|
||||
"ark-bn254",
|
||||
"ark-ec",
|
||||
@@ -6169,8 +6170,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zerokit_utils"
|
||||
version = "0.6.0"
|
||||
source = "git+https://github.com/vacp2p/zerokit/#0b00c639a059a2cfde74bcf68fdf75db3b6898a4"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b502278f6be3ac77fb43386f9a16f947b53f6b95d316d417309e4cfd4123e1ce"
|
||||
dependencies = [
|
||||
"ark-ff 0.5.0",
|
||||
"hex",
|
||||
|
||||
17
Cargo.toml
17
Cargo.toml
@@ -9,18 +9,15 @@ members = [
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
# rln = { version = "0.8.0", features = ["pmtree-ft"] }
|
||||
rln = { git = "https://github.com/vacp2p/zerokit/", default-features = false, features = ["pmtree-ft"] }
|
||||
# zerokit_utils = { version = "0.6.0", features = ["pmtree-ft"] }
|
||||
zerokit_utils = { git = "https://github.com/vacp2p/zerokit/", default-features = false, features = ["pmtree-ft"] }
|
||||
rln = { version = "0.9.0", default-features = false, features = ["pmtree-ft"] }
|
||||
zerokit_utils = { version = "0.7.0", default-features = false, features = ["pmtree-ft"] }
|
||||
# rln = { git = "https://github.com/vacp2p/zerokit/", default-features = false, features = ["pmtree-ft"] }
|
||||
# zerokit_utils = { git = "https://github.com/vacp2p/zerokit/", default-features = false, features = ["pmtree-ft"] }
|
||||
|
||||
ark-bn254 = { version = "0.5.0", features = ["std"] }
|
||||
ark-relations = { version = "0.5.1", features = ["std"] }
|
||||
# ark-ff = { version = "0.5.0", features = ["parallel"] }
|
||||
ark-ff = { version = "0.5.0", features = ["asm"] }
|
||||
# ark-groth16 = { version = "0.5.0", features = ["parallel"] }
|
||||
ark-bn254 = { version = "0.5.0", default-features = false, features = ["std"] }
|
||||
ark-relations = { version = "0.5.1", default-features = false, features = ["std"] }
|
||||
ark-ff = { version = "0.5.0", default-features = false, features = ["asm"] }
|
||||
ark-groth16 = { version = "0.5.0", default-features = false, features = [] }
|
||||
# ark-serialize = { version = "0.5.0", features = ["parallel"] }
|
||||
ark-serialize = { version = "0.5.0", default-features = false, features = [] }
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
clap = { version = "4.5.49", features = ["derive", "wrap_help"] }
|
||||
|
||||
Reference in New Issue
Block a user