@@ -37,9 +37,9 @@ fr32 = { version = "~5.0", default-features = false }
37
37
fvm3 = { package = " fvm" , version = " =3.0.0-alpha.24" , default-features = false , features = [" hyperspace" ] }
38
38
fvm3_shared = { package = " fvm_shared" , version = " 3.0.0-alpha.20" }
39
39
fvm3_ipld_encoding = { package = " fvm_ipld_encoding" , version = " 0.3.3" }
40
- fvm3h1 = {
package =
" fvm" ,
git =
" https://github.com/filecoin-project/ref-fvm" ,
tag =
" [email protected] " ,
default-features =
false ,
features = [
" hyperspace" ] }
41
- fvm3h1_shared = {
package =
" fvm_shared" ,
git =
" https://github.com/filecoin-project/ref-fvm" ,
tag =
" [email protected] " }
42
- fvm3h1_ipld_encoding = {
package =
" fvm_ipld_encoding" ,
git =
" https://github.com/filecoin-project/ref-fvm" ,
tag =
" [email protected] " }
40
+ fvm3h1 = { package = " fvm" , git = " https://github.com/filecoin-project/ref-fvm" , branch = " release/hyperspace-nv19 " , default-features = false , features = [" hyperspace" ] }
41
+ fvm3h1_shared = { package = " fvm_shared" , git = " https://github.com/filecoin-project/ref-fvm" , branch = " release/hyperspace-nv19 " }
42
+ fvm3h1_ipld_encoding = { package = " fvm_ipld_encoding" , git = " https://github.com/filecoin-project/ref-fvm" , branch = " release/hyperspace-nv19 " }
43
43
fvm2 = { package = " fvm" , version = " 2.2.0" , default-features = false }
44
44
fvm2_shared = { package = " fvm_shared" , version = " 2.0.0" }
45
45
fvm2_ipld_encoding = { package = " fvm_ipld_encoding" , version = " 0.2.3" }
0 commit comments