Skip to content

Commit c66827c

Browse files
committed
deps: ref-fvm and utils crates pointing to git.
1 parent f47cc3b commit c66827c

File tree

2 files changed

+30
-21
lines changed

2 files changed

+30
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,17 @@ members = [
5757
]
5858

5959
[patch.crates-io]
60-
#frc42_dispatch = { git = "https://github.com/filecoin-project/filecoin-actor-utils", branch = "feat/fvm-m2" }
61-
#frc46_token = { git = "https://github.com/filecoin-project/filecoin-actor-utils", branch = "feat/fvm-m2" }
62-
63-
#fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
64-
#fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
65-
#fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
66-
#fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
67-
#fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
68-
#fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
69-
#fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
60+
frc42_dispatch = { git = "https://github.com/filecoin-project/filecoin-actor-utils", branch = "raulk/events" }
61+
frc46_token = { git = "https://github.com/filecoin-project/filecoin-actor-utils", branch = "raulk/events" }
62+
fvm_actor_utils = { git = "https://github.com/filecoin-project/filecoin-actor-utils", branch = "raulk/events" }
63+
64+
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
65+
fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
66+
fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
67+
fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
68+
fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
69+
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
70+
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "raulk/events" }
7071

7172
## Uncomment when working locally on ref-fvm and this repo simultaneously.
7273
## Assumes the ref-fvm checkout is in a sibling directory with the same name.
@@ -84,17 +85,13 @@ members = [
8485
## Assumes the ref-fvm checkout is in a sibling directory with the same name.
8586
## (Valid once FVM modules are published to crates.io)
8687
# [patch.crates-io]
87-
fvm_shared = { path = "../ref-fvm/shared" }
88-
fvm_sdk = { path = "../ref-fvm/sdk" }
89-
fvm_ipld_hamt = { path = "../ref-fvm/ipld/hamt" }
90-
fvm_ipld_amt = { path = "../ref-fvm/ipld/amt" }
91-
fvm_ipld_bitfield = { path = "../ref-fvm/ipld/bitfield"}
92-
fvm_ipld_encoding = { path = "../ref-fvm/ipld/encoding"}
93-
fvm_ipld_blockstore = { path = "../ref-fvm/ipld/blockstore"}
94-
fvm_actor_utils = { path = "../filecoin-actor-utils/fvm_actor_utils" }
95-
frc42_dispatch = { path = "../filecoin-actor-utils/frc42_dispatch" }
96-
frc46_token = { path = "../filecoin-actor-utils/frc46_token" }
97-
88+
# fvm_shared = { path = "../ref-fvm/shared" }
89+
# fvm_sdk = { path = "../ref-fvm/sdk" }
90+
# fvm_ipld_hamt = { path = "../ref-fvm/ipld/hamt" }
91+
# fvm_ipld_amt = { path = "../ref-fvm/ipld/amt" }
92+
# fvm_ipld_bitfield = { path = "../ref-fvm/ipld/bitfield"}
93+
# fvm_ipld_encoding = { path = "../ref-fvm/ipld/encoding"}
94+
# fvm_ipld_blockstore = { path = "../ref-fvm/ipld/blockstore"}
9895

9996
[profile.wasm]
10097
inherits = "release"

0 commit comments

Comments
 (0)