@@ -15,10 +15,14 @@ bincode = "1.1.2"
15
15
blstrs = " 0.7"
16
16
lazy_static = " 1.2"
17
17
serde = " 1.0.104"
18
- filecoin-proofs-v1 = { package = " filecoin-proofs" , version = " ~16.1.0" , default-features = false }
19
- filecoin-hashers = { version = " ~11.1.0" , default-features = false , features = [" poseidon" , " sha256" ] }
20
- fr32 = { version = " ~9.1.0" , default-features = false }
21
- storage-proofs-core = { version = " ~16.1.0" , default-features = false }
18
+ # filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~16.1.0", default-features = false }
19
+ # filecoin-hashers = { version = "~11.1.0", default-features = false, features = ["poseidon", "sha256"] }
20
+ # fr32 = { version = "~9.1.0", default-features = false }
21
+ # storage-proofs-core = { version = "~16.1.0", default-features = false }
22
+ filecoin-proofs-v1 = { package = " filecoin-proofs" , git = " https://github.com/filecoin-project/rust-fil-proofs" , default-features = false }
23
+ filecoin-hashers = { git = " https://github.com/filecoin-project/rust-fil-proofs" , default-features = false , features = [" poseidon" , " sha256" ] }
24
+ fr32 = { git = " https://github.com/filecoin-project/rust-fil-proofs" , default-features = false }
25
+ storage-proofs-core = { git = " https://github.com/filecoin-project/rust-fil-proofs" , default-features = false }
22
26
23
27
[features ]
24
28
default = [" opencl" , " cuda" ]
0 commit comments