Skip to content

Commit 98f940a

Browse files
committed
merge: wit-bindgen 0.49
Merge upstream wit-bindgen 0.49.0 into the vendored bindgen subtree. - Bump wit-bindgen-core 0.48 -> 0.49 and wit-parser 0.241 -> 0.243. No upstream generator changes in this release and no API churn; straight dependency bump. rust codegen (243) and go codegen (81) tests pass; `cargo clippy --workspace` and `cargo doc --workspace` are clean; wasmtime and all examples build. Assisted-by: claude:claude-opus-4-8 Upstream diff: bytecodealliance/wit-bindgen@v0.48.0...v0.49.0
2 parents 463a7f8 + ba933bd commit 98f940a

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ wasmtime-cli-flags = { version = "45", default-features = false }
179179
wasmtime-wasi = { version = "45", default-features = false }
180180
wasmtime-wasi-http = { version = "45", default-features = false }
181181
wit-bindgen = { version = "0.45", default-features = false }
182-
wit-bindgen-core = { version = "0.48", default-features = false }
182+
wit-bindgen-core = { version = "0.49", default-features = false }
183183
wit-bindgen-wrpc = { version = "0.11", default-features = false, path = "./crates/wit-bindgen" }
184184
wit-bindgen-wrpc-go = { version = "0.13", default-features = false, path = "./crates/wit-bindgen-go" }
185185
wit-bindgen-wrpc-rust = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-rust" }
186186
wit-bindgen-wrpc-rust-macro = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
187187
wit-bindgen-wrpc-test = { version = "0.1", default-features = false, path = "./crates/wit-bindgen-test" }
188188
wit-component = { version = "0.252", default-features = false }
189-
wit-parser = { version = "0.241", default-features = false }
189+
wit-parser = { version = "0.243", default-features = false }
190190
wrpc-cli = { version = "0.8", path = "./crates/cli", default-features = false }
191191
wrpc-introspect = { version = "0.7", default-features = false, path = "./crates/introspect" }
192192
wrpc-pack = { version = "0.4", path = "./crates/pack", default-features = false }

0 commit comments

Comments
 (0)