Skip to content

Commit

Permalink
deps: update wit bindgen (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Feb 23, 2024
1 parent 0fb9303 commit 894a31e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ js-component-bindgen = { path = "./crates/js-component-bindgen" }
structopt = "0.3.26"
tempdir = "0.3.7"
wasm-encoder = "0.200.0"
wasm-metadata = "0.10.20"
wasm-metadata = "0.200.0"
wasmparser = "0.200.0"
wasmprinter = "0.200.0"
wasmtime-environ = { version = "18.0.1", features = ["component-model"] }
wat = "1.200.0"
wit-bindgen = "0.18.0"
wit-bindgen-core = "0.18.0"
wit-component = { version = "0.21.0", features = ["dummy-module"] }
wit-parser = "0.14.0"
wit-bindgen = "0.19.1"
wit-bindgen-core = "0.19.1"
wit-component = { version = "0.200.0", features = ["dummy-module"] }
wit-parser = "0.200.0"
xshell = "0.2.5"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions test/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export async function apiTest(fixtures) {
[
"processed-by",
[
["wit-component", "0.21.0"],
["wit-component", "0.200.0"],
["dummy-gen", "test"],
],
],
Expand Down Expand Up @@ -186,7 +186,7 @@ export async function apiTest(fixtures) {
[
"processed-by",
[
["wit-component", "0.21.0"],
["wit-component", "0.200.0"],
["dummy-gen", "test"],
],
],
Expand Down
2 changes: 1 addition & 1 deletion test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export async function cliTest(fixtures) {
[
"processed-by",
[
["wit-component", "0.21.0"],
["wit-component", "0.200.0"],
["dummy-gen", "test"],
],
],
Expand Down

0 comments on commit 894a31e

Please sign in to comment.