Skip to content

Commit 4cb36c3

Browse files
committed
dual execution
Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 32df7d1 commit 4cb36c3

File tree

2 files changed

+83
-58
lines changed

2 files changed

+83
-58
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ serde = "1.0.117"
4848
serde_tuple = "0.5"
4949
safer-ffi = { version = "0.0.7", features = ["proc_macros"] }
5050

51+
[patch.crates-io]
52+
fvm3 = { package = "fvm", git = "https://github.com/filecoin-project/ref-fvm/", branch = "feat/no-state-root-change"}
53+
fvm3_shared = { package = "fvm_shared", git = "https://github.com/filecoin-project/ref-fvm/", branch = "feat/no-state-root-change"}
54+
fvm3_ipld_encoding = { package = "fvm_ipld_encoding", git = "https://github.com/filecoin-project/ref-fvm/", branch = "feat/no-state-root-change"}
55+
56+
fvm_ipld_blockstore = { package ="fvm_ipld_blockstore", git = "https://github.com/filecoin-project/ref-fvm/", branch = "feat/no-state-root-change"}
57+
5158
[dependencies.filecoin-proofs-api]
5259
package = "filecoin-proofs-api"
5360
version = "12.0"

0 commit comments

Comments
 (0)