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 1
1
[package ]
2
2
name = " fvm"
3
3
description = " Filecoin Virtual Machine reference implementation"
4
- version = " 0.5.0 "
4
+ version = " 0.5.1 "
5
5
license = " MIT OR Apache-2.0"
6
6
authors = [" Protocol Labs" , " Filecoin Core Devs" ]
7
7
edition = " 2021"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ publish = false
9
9
repository = " https://github.com/filecoin-project/ref-fvm"
10
10
11
11
[dependencies ]
12
- fvm = { version = " 0.5.0 " , path = " ../../fvm" , default-features = false }
12
+ fvm = { version = " 0.5.1 " , path = " ../../fvm" , default-features = false }
13
13
fvm_shared = { version = " 0.4.1" , path = " ../../shared" }
14
14
fvm_ipld_hamt = { version = " 0.4.0" , path = " ../../ipld/hamt" }
15
15
fvm_ipld_amt = { version = " 0.4.0" , path = " ../../ipld/amt" }
You can’t perform that action at this time.
0 commit comments