Skip to content

Commit

Permalink
chore: update fvm (#369)
Browse files Browse the repository at this point in the history
This removes a limit to event sizes that should never have been added.
  • Loading branch information
Stebalien authored Feb 13, 2023
1 parent 4c503e5 commit dff0d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0.46"
memmap = "0.7"
rust-gpu-tools = { version = "0.5", optional = true, default-features = false }
fr32 = { version = "~5.0", default-features = false }
fvm3 = { package = "fvm", version = "3.0.0-alpha.24", default-features = false }
fvm3 = { package = "fvm", version = "3.0.0-rc.1", default-features = false }
fvm3_shared = { package = "fvm_shared", version = "3.0.0-alpha.20" }
fvm3_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.3.3" }
fvm2 = { package = "fvm", version = "2.2.0", default-features = false }
Expand Down

0 comments on commit dff0d05

Please sign in to comment.