Skip to content

Commit 2c9acb0

Browse files
committed
feat: update to the latest proofs release
1 parent 01665c5 commit 2c9acb0

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Cargo.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,14 @@ bincode = "1.1.2"
1515
blstrs = "0.7"
1616
lazy_static = "1.2"
1717
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 }
2222

2323
[features]
2424
default = ["opencl", "cuda"]
2525
cuda = ["filecoin-proofs-v1/cuda", "filecoin-hashers/cuda", "storage-proofs-core/cuda", "bellperson/cuda"]
2626
opencl = ["filecoin-proofs-v1/opencl", "filecoin-hashers/opencl", "storage-proofs-core/opencl", "bellperson/opencl"]
2727
multicore-sdr = ["filecoin-proofs-v1/multicore-sdr"]
2828
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

Comments
 (0)