Skip to content

Commit 1528567

Browse files
Merge pull request #179 from fibonacci1729/bump-deps
Bump wasm-tools dependencies
2 parents 587ddc9 + 9da5815 commit 1528567

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ wac-parser = { path = "crates/wac-parser", version = "0.9.0-dev", default-featur
6363
wac-resolver = { path = "crates/wac-resolver", version = "0.9.0-dev", default-features = false }
6464
wac-graph = { path = "crates/wac-graph", version = "0.9.0-dev" }
6565
wac-types = { path = "crates/wac-types", version = "0.9.0-dev" }
66-
wit-parser = "0.235.0"
67-
wasmparser = "0.235.0"
68-
wit-component = "0.235.0"
69-
wasm-encoder = "0.235.0"
70-
wasmprinter = "0.235.0"
71-
wasm-metadata = "0.235.0"
72-
wat = "1.235.0"
66+
wit-parser = "0.238.0"
67+
wasmparser = "0.238.0"
68+
wit-component = "0.238.0"
69+
wasm-encoder = "0.238.0"
70+
wasmprinter = "0.238.0"
71+
wasm-metadata = "0.238.0"
72+
wat = "1.238.0"
7373
anyhow = "1.0.81"
7474
clap = { version = "4.5.4", features = ["derive"] }
7575
semver = { version = "1.0.22", features = ["serde"] }

crates/wac-graph/tests/encoding.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl GraphFile {
126126
path = path.display()
127127
)
128128
})?;
129-
let world = resolve.select_world(id, None).with_context(|| {
129+
let world = resolve.select_world(&[id], None).with_context(|| {
130130
format!(
131131
"failed to select world from `{path}` for test case `{test_case}`",
132132
path = path.display()

0 commit comments

Comments
 (0)