Skip to content

Commit

Permalink
chore: update wasmtime (patch release only)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jun 26, 2024
1 parent 4f41119 commit 8921a26
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
88 changes: 44 additions & 44 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ libsecp256k1 = { version = "0.7.1" }
bls-signatures = { version = "0.15", default-features = false }

# wasmtime
wasmtime = {version = "19.0.1", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation"] }
wasmtime-environ = "19.0.1"
wasmtime-runtime = { version = "19.0.1", default-features = false }
wasmtime = {version = "19.0.2", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation"] }
wasmtime-environ = "19.0.2"
wasmtime-runtime = { version = "19.0.2", default-features = false }

# misc
libfuzzer-sys = "0.4"
Expand Down

0 comments on commit 8921a26

Please sign in to comment.