Skip to content

Commit c0599c4

Browse files
fridrik01Stebalien
authored andcommitted
Switch to FVM next branch (#1334)
1 parent 266b3bb commit c0599c4

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ vm_api = { version = "1.0.0", path = "vm_api" }
147147
test_vm = { version = "12.0.0", path = "test_vm" }
148148

149149
[patch.crates-io]
150-
#fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
151-
#fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
152-
#fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
153-
#fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
154-
#fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
155-
#fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
156-
#fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
150+
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
151+
fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
152+
fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
153+
fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
154+
fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
155+
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
156+
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
157157
#fvm_actor_utils = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" }
158158
#frc42_dispatch = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" }
159159
#frc46_token = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" }

0 commit comments

Comments
 (0)