Skip to content

Commit 8094c1e

Browse files
committed
switch back to upstream wit-bindgen
1 parent 0d3c360 commit 8094c1e

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ clap = { version = "4.5.60", features = ["derive"] }
4646
regex = "1.12.3"
4747
serde = { version = "1.0.228", features = ["derive"] }
4848
toml = "1.1.0"
49-
# TODO: Switch back to upstream once
50-
# https://github.com/bytecodealliance/wit-bindgen/pull/1572 is merged:
51-
wit-bindgen-go = { git = "https://github.com/dicej/wit-bindgen", rev = "661ade1e" }
49+
# TODO: Switch to release 0.55.0 when it's available:
50+
wit-bindgen-go = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "6a13b247" }
5251
wit-component = "0.245.1"
5352
wit-parser = "0.245.1"
5453
which = "8.0.2"

0 commit comments

Comments
 (0)