Skip to content

Commit e1e8d60

Browse files
committed
WIP use rust-fil-proofs branch until there is a release
1 parent ab30d32 commit e1e8d60

File tree

2 files changed

+33
-25
lines changed

2 files changed

+33
-25
lines changed

rust/Cargo.lock

Lines changed: 28 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,8 @@ c-headers = ["safer-ffi/headers"]
6363
# This feature enables a fixed number of discarded rows for TreeR. The `FIL_PROOFS_ROWS_TO_DISCARD`
6464
# setting is ignored, no `TemporaryAux` file will be written.
6565
fixed-rows-to-discard = ["filecoin-proofs-api/fixed-rows-to-discard"]
66+
67+
[patch.crates-io]
68+
filecoin-proofs = { git = "https://github.com/filecoin-project/rust-fil-proofs", branch = "fip90-and-test-updates" }
69+
filecoin-proofs-api = { git = "https://github.com/filecoin-project/rust-filecoin-proofs-api", branch = "use-pub-more" }
70+
storage-proofs-core = { git = "https://github.com/filecoin-project/rust-fil-proofs", branch="fip90-and-test-updates" }

0 commit comments

Comments
 (0)