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