Skip to content

Commit 4e5f09b

Browse files
committed
chore: upgrade wit-bindgen-rt / wit-bindgen-cli to v0.44.0
1 parent 241a2f3 commit 4e5f09b

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/rust-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install wasm-tools
3333
run: cargo binstall wasm-tools@1.235.0
3434
- name: Install wit-bindgen
35-
run: cargo install wit-bindgen-cli@0.43.0
35+
run: cargo install wit-bindgen-cli@0.44.0
3636
- name: Install wasi-sdk
3737
run: |
3838
mkdir c_deps

.github/workflows/web-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install wasm-tools
3636
run: cargo binstall wasm-tools@1.235.0
3737
- name: Install wit-bindgen
38-
run: cargo install wit-bindgen-cli@0.43.0
38+
run: cargo install wit-bindgen-cli@0.44.0
3939
- name: Install wasi-sdk
4040
run: |
4141
mkdir c_deps

Cargo.lock

Lines changed: 9 additions & 9 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ wasmtime-wasi = "35"
4242
clap = { version = "4.5", features = ["derive"] }
4343
tokio = { version = "1.36", features = ["full"] }
4444
anyhow = "1.0"
45-
wit-bindgen-rt = { version = "0.42.1", features = ["bitflags"] }
45+
wit-bindgen-rt = { version = "0.44.0", features = ["bitflags"] }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ just init-env-file
186186
```
187187

188188
```bash
189-
cargo install wit-bindgen-cli@0.43.0
189+
cargo install wit-bindgen-cli@0.44.0
190190
```
191191

192192
```bash
@@ -420,7 +420,7 @@ Those are **optional** tools that are handy for WebAssembly development:
420420
- [cargo component 0.21.1+](https://github.com/bytecodealliance/cargo-component?tab=readme-ov-file#installation)
421421
- [wasm-tools 1.235.0](https://github.com/bytecodealliance/wasm-tools?tab=readme-ov-file#installation)
422422
- [wasm-opt 116](https://github.com/WebAssembly/binaryen?tab=readme-ov-file#installation)
423-
- [wit-bindgen-cli 0.43.0](https://github.com/bytecodealliance/wit-bindgen)
423+
- [wit-bindgen-cli 0.44.0](https://github.com/bytecodealliance/wit-bindgen)
424424

425425
```bash
426426
# latest versions

0 commit comments

Comments
 (0)