Skip to content

Commit 952cdc8

Browse files
chore(deps): update webidl2wit to v0.1.1
This update fixes the upstream issue with weedle which was requiring us to patch webidl2wit (and thus not be able to release js-component-bindgen)
1 parent 3c8dc55 commit 952cdc8

2 files changed

Lines changed: 16 additions & 34 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ log = { version = "0.4.29", default-features = false }
4242
semver = { version = "1.0.27", default-features = false }
4343
structopt = { version = "0.3.26", default-features = false }
4444
tokio = { version = "1.50.0", default-features = false }
45-
webidl2wit = { version = "0.1.0", default-features = false }
45+
webidl2wit = { version = "0.1.1", default-features = false }
4646
xshell = { version = "0.2.7", default-features = false }
4747

4848
wasmtime = { version = "43.0.0", default-features = false }
@@ -58,8 +58,3 @@ wit-component = { version = "0.245.1", features = ["dummy-module"] }
5858
wit-parser = { version = "0.245.1", default-features = false }
5959

6060
js-component-bindgen = { version = "1.16.5", path = "./crates/js-component-bindgen" }
61-
62-
[patch.crates-io]
63-
# NOTE: weedle added a breaking change which gets pulled in by webidl2wit
64-
# see: https://github.com/wasi-gfx/webidl2wit/pull/56
65-
weedle = { git = "https://github.com/wasm-bindgen/weedle", rev = "33f52628f699502c8c9ec49a18adc53af6c4a846" }

0 commit comments

Comments
 (0)