Skip to content

Commit

Permalink
chore: update to wasmtime 19.0.1 (#1997)
Browse files Browse the repository at this point in the history
This looks like a pretty uneventful upgrade.
  • Loading branch information
Stebalien authored Apr 5, 2024
1 parent 464bba5 commit d794fb7
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 82 deletions.
154 changes: 76 additions & 78 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 = "17.0.1", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation"] }
wasmtime-environ = "17.0.1"
wasmtime-runtime = { version = "17.0.1", default-features = false }
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 }

# misc
libfuzzer-sys = "0.4"
Expand Down
Loading

0 comments on commit d794fb7

Please sign in to comment.