@@ -40,8 +40,8 @@ fr32 = { version = "~5.0", default-features = false }
4040fvm3 = { package = " fvm" , version = " 3.0.0-alpha.1" , default-features = false , features = [" m2-native" ] }
4141fvm3_shared = { package = " fvm_shared" , version = " 3.0.0-alpha.5" }
4242fvm3_ipld_encoding = { package = " fvm_ipld_encoding" , version = " 0.3.0" }
43- fvm2 = { package = " fvm" , version = " 2.0.0-alpha.3 " , default-features = false }
44- fvm2_shared = { package = " fvm_shared" , version = " 2.0.0-alpha.4 " }
43+ fvm2 = { package = " fvm" , version = " 2.0.0" , default-features = false }
44+ fvm2_shared = { package = " fvm_shared" , version = " 2.0.0" }
4545fvm2_ipld_encoding = { package = " fvm_ipld_encoding" , version = " 0.2.2" }
4646fvm_ipld_blockstore = " 0.1.1"
4747num-traits = " 0.2.14"
@@ -74,5 +74,5 @@ c-headers = ["safer-ffi/headers"]
7474wasmtime = { git = " https://github.com/filecoin-project/wasmtime" , branch = " fix/sse-feature" }
7575fvm3 = { package = " fvm" , git = " https://github.com/filecoin-project/ref-fvm" }
7676fvm3_shared = { package = " fvm_shared" , git = " https://github.com/filecoin-project/ref-fvm" }
77- fvm_ipld_blockstore = { git = " https://github.com/filecoin-project/ref-fvm" }
78- fvm_ipld_encoding = { git = " https://github.com/filecoin-project/ref-fvm" }
77+ fvm2 = { package = " fvm " , git = " https://github.com/filecoin-project/ref-fvm" , branch = " release/v2 " }
78+ fvm2_shared = { package = " fvm_shared " , git = " https://github.com/filecoin-project/ref-fvm" , branch = " release/v2 " }
0 commit comments