Skip to content

Commit

Permalink
chore: update FVM to v4.3.3 (#494)
Browse files Browse the repository at this point in the history
* chore: update fvm to v4.3.3

chore: update fvm to v4.3.3

* chore: update cargo.lock

chore: update cargo.lock
  • Loading branch information
rjan90 authored Oct 7, 2024
1 parent b30ba94 commit e509455
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.3.2", default-features = false, features = ["verify-signature", "nv24-dev"] }
fvm4_shared = { package = "fvm_shared", version = "~4.3.2" }
fvm4 = { package = "fvm", version = "~4.3.3", default-features = false, features = ["verify-signature"] }
fvm4_shared = { package = "fvm_shared", version = "~4.3.3" }
fvm3 = { package = "fvm", version = "~3.10.0", default-features = false }
fvm3_shared = { package = "fvm_shared", version = "~3.10.0" }
fvm2 = { package = "fvm", version = "~2.8", default-features = false }
Expand Down

0 comments on commit e509455

Please sign in to comment.