@@ -147,13 +147,13 @@ vm_api = { version = "1.0.0", path = "vm_api" }
147147test_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