File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " fvm"
33description = " Filecoin Virtual Machine reference implementation"
4- version = " 0.5.0 "
4+ version = " 0.5.1 "
55license = " MIT OR Apache-2.0"
66authors = [" Protocol Labs" , " Filecoin Core Devs" ]
77edition = " 2021"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ publish = false
99repository = " https://github.com/filecoin-project/ref-fvm"
1010
1111[dependencies ]
12- fvm = { version = " 0.5.0 " , path = " ../../fvm" , default-features = false }
12+ fvm = { version = " 0.5.1 " , path = " ../../fvm" , default-features = false }
1313fvm_shared = { version = " 0.4.1" , path = " ../../shared" }
1414fvm_ipld_hamt = { version = " 0.4.0" , path = " ../../ipld/hamt" }
1515fvm_ipld_amt = { version = " 0.4.0" , path = " ../../ipld/amt" }
You can’t perform that action at this time.
0 commit comments