Skip to content

Commit 2afff7d

Browse files
authored
Merge pull request #866 from hermit-os/dependabot/cargo/wasmtime-39.0.1
build(deps): bump wasmtime from 38.0.4 to 39.0.1
2 parents 84c8dc5 + 6450853 commit 2afff7d

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

Cargo.lock

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hermit-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ log = { version = "0.4" } #, features = ["kv_unstable"]}
3030
libc = "0.2"
3131
env_logger = { version = "0.11", default-features = false }
3232
wasi = "0.11"
33-
wasmtime = { version = "38", default-features = false, features = ["std", "runtime", "cranelift", "threads", "parallel-compilation", "custom-virtual-memory", "gc", "gc-drc", 'gc-null',] } #"pooling-allocator", "incremental-cache", "component-model"] }
33+
wasmtime = { version = "39", default-features = false, features = ["std", "runtime", "cranelift", "threads", "parallel-compilation", "custom-virtual-memory", "gc", "gc-drc", 'gc-null',] } #"pooling-allocator", "incremental-cache", "component-model"] }
3434
zerocopy = { version = "0.8", default-features = false, features = ["alloc", "derive", "simd-nightly"] }
3535

3636
[target.'cfg(target_os = "hermit")'.dependencies]

0 commit comments

Comments
 (0)