Skip to content

Commit e509455

Browse files
authored
chore: update FVM to v4.3.3 (#494)
* chore: update fvm to v4.3.3 chore: update fvm to v4.3.3 * chore: update cargo.lock chore: update cargo.lock
1 parent b30ba94 commit e509455

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

rust/Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ rayon = "1.2.1"
3333
anyhow = "1.0.23"
3434
serde_json = "1.0.46"
3535
rust-gpu-tools = { version = "0.7", optional = true, default-features = false }
36-
fvm4 = { package = "fvm", version = "~4.3.2", default-features = false, features = ["verify-signature", "nv24-dev"] }
37-
fvm4_shared = { package = "fvm_shared", version = "~4.3.2" }
36+
fvm4 = { package = "fvm", version = "~4.3.3", default-features = false, features = ["verify-signature"] }
37+
fvm4_shared = { package = "fvm_shared", version = "~4.3.3" }
3838
fvm3 = { package = "fvm", version = "~3.10.0", default-features = false }
3939
fvm3_shared = { package = "fvm_shared", version = "~3.10.0" }
4040
fvm2 = { package = "fvm", version = "~2.8", default-features = false }

0 commit comments

Comments
 (0)