Skip to content

Commit ddc2b79

Browse files
committed
chore: update fvm
This removes a limit to event sizes that should never have been added.
1 parent 4c503e5 commit ddc2b79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rust/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serde_json = "1.0.46"
3434
memmap = "0.7"
3535
rust-gpu-tools = { version = "0.5", optional = true, default-features = false }
3636
fr32 = { version = "~5.0", default-features = false }
37-
fvm3 = { package = "fvm", version = "3.0.0-alpha.24", default-features = false }
37+
fvm3 = { package = "fvm", version = "3.0.0-rc.1", default-features = false }
3838
fvm3_shared = { package = "fvm_shared", version = "3.0.0-alpha.20" }
3939
fvm3_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.3.3" }
4040
fvm2 = { package = "fvm", version = "2.2.0", default-features = false }

0 commit comments

Comments
 (0)