Skip to content

Commit

Permalink
chore: update ref-fvm to v4.5.3
Browse files Browse the repository at this point in the history
chore: update ref-fvm to v4.5.3
  • Loading branch information
rjan90 committed Dec 4, 2024
1 parent 10b6746 commit 0181c94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ rayon = "1.2.1"
anyhow = "1.0.23"
serde_json = "1.0.46"
rust-gpu-tools = { version = "0.7", optional = true, default-features = false }
fvm4 = { package = "fvm", version = "~4.5.2", default-features = false, features = ["verify-signature", "nv25-dev"] }
fvm4_shared = { package = "fvm_shared", version = "~4.5.1" }
fvm4 = { package = "fvm", version = "~4.5.3", default-features = false, features = ["verify-signature"] }
fvm4_shared = { package = "fvm_shared", version = "~4.5.3" }
fvm3 = { package = "fvm", version = "~3.12.0", default-features = false }
fvm3_shared = { package = "fvm_shared", version = "~3.12.0" }
fvm2 = { package = "fvm", version = "~2.10.0", default-features = false }
Expand Down

0 comments on commit 0181c94

Please sign in to comment.