@@ -19,7 +19,7 @@ members = [
19
19
]
20
20
21
21
[workspace .package ]
22
- version = " 4.5.0 "
22
+ version = " 4.5.1 "
23
23
license = " MIT OR Apache-2.0"
24
24
edition = " 2021"
25
25
repository = " https://github.com/filecoin-project/ref-fvm"
@@ -73,19 +73,19 @@ minstant = "0.1.3"
73
73
coverage-helper = " 0.2.0"
74
74
75
75
# workspace (FVM)
76
- fvm = { path = " fvm" , version = " ~4.5.0 " , default-features = false }
77
- fvm_shared = { path = " shared" , version = " ~4.5.0 " , default-features = false }
78
- fvm_sdk = { path = " sdk" , version = " ~4.5.0 " }
79
- fvm_integration_tests = { path = " testing/integration" , version = " ~4.5.0 " }
76
+ fvm = { path = " fvm" , version = " ~4.5.1 " , default-features = false }
77
+ fvm_shared = { path = " shared" , version = " ~4.5.1 " , default-features = false }
78
+ fvm_sdk = { path = " sdk" , version = " ~4.5.1 " }
79
+ fvm_integration_tests = { path = " testing/integration" , version = " ~4.5.1 " }
80
80
81
81
# workspace (other)
82
- fvm_ipld_amt = { path = " ipld/amt" , version = " 0.7.0 " }
83
- fvm_ipld_hamt = { path = " ipld/hamt" , version = " 0.10.0 " }
84
- fvm_ipld_kamt = { path = " ipld/kamt" , version = " 0.4.0 " }
85
- fvm_ipld_car = { path = " ipld/car" , version = " 0.8.0 " }
86
- fvm_ipld_blockstore = { path = " ipld/blockstore" , version = " 0.3.0 " }
87
- fvm_ipld_bitfield = { path = " ipld/bitfield" , version = " 0.7.0 " }
88
- fvm_ipld_encoding = { path = " ipld/encoding" , version = " 0.5.0 " }
82
+ fvm_ipld_amt = { path = " ipld/amt" , version = " 0.7.1 " }
83
+ fvm_ipld_hamt = { path = " ipld/hamt" , version = " 0.10.1 " }
84
+ fvm_ipld_kamt = { path = " ipld/kamt" , version = " 0.4.1 " }
85
+ fvm_ipld_car = { path = " ipld/car" , version = " 0.8.1 " }
86
+ fvm_ipld_blockstore = { path = " ipld/blockstore" , version = " 0.3.1 " }
87
+ fvm_ipld_bitfield = { path = " ipld/bitfield" , version = " 0.7.1 " }
88
+ fvm_ipld_encoding = { path = " ipld/encoding" , version = " 0.5.1 " }
89
89
fvm_gas_calibration_shared = { path = " testing/calibration/shared" }
90
90
fvm_test_actors = { path = " testing/test_actors" }
91
91
0 commit comments