Skip to content

Commit

Permalink
Only enable minimum set of wasmtime features
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Sep 18, 2024
1 parent 71b2804 commit 9b8e0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wasmtime = "23.0.1"
wasmtime = { version = "24.0.0", default-features = false, features = ["cranelift", "parallel-compilation", "std", "runtime"] }
anyhow = "1.0.72"
lazy_static = "1.4.0"
more-asserts = "0.3.1"
Expand Down

0 comments on commit 9b8e0cf

Please sign in to comment.