Skip to content

Commit bb33644

Browse files
authored
chore: update Wasmtime to v0.35.2 (#192)
Signed-off-by: Radu Matei <[email protected]>
1 parent d086240 commit bb33644

File tree

4 files changed

+87
-61
lines changed

4 files changed

+87
-61
lines changed

Cargo.lock

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

crates/gen-wasmtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ structopt = { version = "0.3", default-features = false, optional = true }
1717
[dev-dependencies]
1818
anyhow = "1.0"
1919
test-helpers = { path = '../test-helpers', features = ['wit-bindgen-gen-wasmtime'] }
20-
wasmtime = "0.34.0"
21-
wasmtime-wasi = "0.34.0"
20+
wasmtime = "0.35.2"
21+
wasmtime-wasi = "0.35.2"
2222
wit-bindgen-wasmtime = { path = '../wasmtime', features = ['tracing', 'async'] }
2323

2424
[features]

crates/test-modules/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ wasmlink = { path = "../wasmlink" }
1010
wit-parser = { path = "../parser" }
1111

1212
[dev-dependencies]
13-
wasmtime = "0.34.0"
14-
wasmtime-wasi = "0.34.0"
13+
wasmtime = "0.35.2"
14+
wasmtime-wasi = "0.35.2"

0 commit comments

Comments
 (0)