Skip to content

Commit c442910

Browse files
feat: use neptune branch fr-as-trait
1 parent e769deb commit c442910

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

filecoin-hashers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = "1.0.117"
2020
rand = "0.8.0"
2121
# neptune = { version = "5.1.0", optional = true, features = ["arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
2222
# pasta_curves = "0.3.0"
23-
neptune = { git = "https://github.com/filecoin-project/neptune", branch = "wip-fr-as-trait", optional = true, features = ["bls", "pasta", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
23+
neptune = { git = "https://github.com/filecoin-project/neptune", branch = "fr-as-trait", optional = true, features = ["bls", "pasta", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
2424
pasta_curves = { git = "https://github.com/vmx/pasta_curves", branch = "ec-gpu", features = ["gpu"] }
2525
lazy_static = { version = "1.4.0", optional = true }
2626
blake2s_simd = { version = "0.5.11", optional = true }

storage-proofs-porep/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pretty_assertions = "0.6.1"
2929
generic-array = "0.14.4"
3030
anyhow = "1.0.23"
3131
# neptune = { version = "5.1.0", features = ["arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
32-
neptune = { git = "https://github.com/filecoin-project/neptune", branch = "wip-fr-as-trait", features = ["bls", "pasta", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
32+
neptune = { git = "https://github.com/filecoin-project/neptune", branch = "fr-as-trait", features = ["bls", "pasta", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
3333
num_cpus = "1.10.1"
3434
hex = "0.4.2"
3535
bincode = "1.1.2"

storage-proofs-post/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hex = "0.4.0"
2727
generic-array = "0.14.4"
2828
anyhow = "1.0.23"
2929
# neptune = { version = "5.1.0", features = ["arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
30-
neptune = { git = "https://github.com/filecoin-project/neptune", branch = "wip-fr-as-trait", features = ["bls", "pasta", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
30+
neptune = { git = "https://github.com/filecoin-project/neptune", branch = "fr-as-trait", features = ["bls", "pasta", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
3131
num_cpus = "1.10.1"
3232
fr32 = { path = "../fr32", version = "^4.0.0", default-features = false }
3333
blstrs = { version = "0.4.0", features = ["gpu"] }

storage-proofs-update/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pretty_assertions = "0.6.1"
3131
generic-array = "0.14.4"
3232
anyhow = "1.0.23"
3333
# neptune = { version = "5.1.0", features = ["arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
34-
neptune = { git = "https://github.com/filecoin-project/neptune", branch = "wip-fr-as-trait", features = ["bls", "pasta", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
34+
neptune = { git = "https://github.com/filecoin-project/neptune", branch = "fr-as-trait", features = ["bls", "pasta", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] }
3535
num_cpus = "1.10.1"
3636
hex = "0.4.2"
3737
bincode = "1.1.2"

0 commit comments

Comments
 (0)