File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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.4 .0"
4+ version = " 0.5 .0"
55license = " MIT OR Apache-2.0"
66authors = [" Protocol Labs" , " Filecoin Core Devs" ]
77edition = " 2021"
@@ -20,7 +20,7 @@ ahash = "0.7"
2020num-derive = " 0.3.3"
2121cid = { version = " 0.8.2" , default-features = false , features = [" serde-codec" ] }
2222multihash = { version = " 0.16.1" , default-features = false }
23- fvm_shared = { version = " 0.4.0 " , path = " ../shared" , features = [" crypto" ] }
23+ fvm_shared = { version = " 0.4.1 " , path = " ../shared" , features = [" crypto" ] }
2424fvm_ipld_hamt = { version = " 0.4.0" , path = " ../ipld/hamt" }
2525fvm_ipld_amt = { version = " 0.4.0" , path = " ../ipld/amt" }
2626fvm_ipld_blockstore = { version = " 0.1.0" , path = " ../ipld/blockstore" }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ crate-type = ["lib"]
1212
1313[dependencies ]
1414cid = { version = " 0.8.2" , default-features = false }
15- fvm_shared = { version = " 0.4.0 " , path = " ../shared" }
15+ fvm_shared = { version = " 0.4.1 " , path = " ../shared" }
1616# # num-traits; disabling default features makes it play nice with no_std.
1717num-traits = { version = " 0.2.14" , default-features = false }
1818lazy_static = " 1.4.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " fvm_shared"
33description = " Filecoin Virtual Machine shared types and functions"
4- version = " 0.4.0 "
4+ version = " 0.4.1 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77authors = [" ChainSafe Systems <info@chainsafe.io>" , " Protocol Labs" , " Filecoin Core Devs" ]
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ publish = false
99repository = " https://github.com/filecoin-project/ref-fvm"
1010
1111[dependencies ]
12- fvm = { version = " 0.4 .0" , path = " ../../fvm" , default-features = false }
13- fvm_shared = { version = " 0.4.0 " , path = " ../../shared" }
12+ fvm = { version = " 0.5 .0" , path = " ../../fvm" , default-features = false }
13+ fvm_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" }
1616fvm_ipld_car = { version = " 0.4.0" , path = " ../../ipld/car" }
You can’t perform that action at this time.
0 commit comments