@@ -15,20 +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 = " ~14 .0.0" , default-features = false }
19
- filecoin-hashers = { version = " ~9 .0.0" , default-features = false , features = [" poseidon" , " sha256" ] }
20
- fr32 = { version = " ~7 .0.0" , default-features = false }
21
- storage-proofs-core = { version = " ~14 .0.0" , default-features = false }
18
+ filecoin-proofs-v1 = { package = " filecoin-proofs" , version = " ~15 .0.0" , default-features = false }
19
+ filecoin-hashers = { version = " ~10 .0.0" , default-features = false , features = [" poseidon" , " sha256" ] }
20
+ fr32 = { version = " ~8 .0.0" , default-features = false }
21
+ storage-proofs-core = { version = " ~15 .0.0" , default-features = false }
22
22
23
23
[features ]
24
24
default = [" opencl" , " cuda" ]
25
25
cuda = [" filecoin-proofs-v1/cuda" , " filecoin-hashers/cuda" , " storage-proofs-core/cuda" , " bellperson/cuda" ]
26
26
opencl = [" filecoin-proofs-v1/opencl" , " filecoin-hashers/opencl" , " storage-proofs-core/opencl" , " bellperson/opencl" ]
27
27
multicore-sdr = [" filecoin-proofs-v1/multicore-sdr" ]
28
28
big-tests = []
29
-
30
- [patch .crates-io ]
31
- filecoin-proofs = { git = " https://github.com/filecoin-project/rust-fil-proofs" , branch = " master" }
32
- filecoin-hashers = { git = " https://github.com/filecoin-project/rust-fil-proofs" , branch = " master" }
33
- storage-proofs-core = { git = " https://github.com/filecoin-project/rust-fil-proofs" , branch = " master" }
34
- fr32 = { git = " https://github.com/filecoin-project/rust-fil-proofs" , branch = " master" }
0 commit comments