We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b2804 commit 0a9fed4Copy full SHA for 0a9fed4
Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
[dependencies]
10
-wasmtime = "23.0.1"
+wasmtime = { version = "24.0.0", default-features = false, features = ["cranelift", "parallel-compilation", "std", "runtime"] }
11
anyhow = "1.0.72"
12
lazy_static = "1.4.0"
13
more-asserts = "0.3.1"
0 commit comments