Skip to content

Commit effe71a

Browse files
authored
Update to wasm-tools 239 (#76)
Keeping up-to-date with dependencies.
1 parent ef5e868 commit effe71a

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ anyhow = "1.0.80"
2828
clap = { version = "4.5.4", features = ['derive'] }
2929
lexopt = "0.3.0"
3030
tempfile = "3.10.0"
31-
wasmparser = "0.237.0"
32-
wat = "1.237.0"
33-
wit-component = "0.237.0"
34-
wit-parser = "0.237.0"
31+
wasmparser = "0.239.0"
32+
wat = "1.239.0"
33+
wit-component = "0.239.0"
34+
wit-parser = "0.239.0"
3535
wasi-preview1-component-adapter-provider = "36.0.0"
3636

3737
[target.'cfg(unix)'.dependencies]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ impl App {
643643
.push_path(wit_file)
644644
.with_context(|| format!("unable to add component type {wit_file:?}"))?;
645645

646-
let world = resolve.select_world(package, None)?;
646+
let world = resolve.select_world(&[package], None)?;
647647

648648
if let Some((merged_resolve, merged_world)) = &mut merged {
649649
let world = merged_resolve.merge(resolve)?.map_world(world, None)?;

0 commit comments

Comments
 (0)