Skip to content

Commit 922a5a1

Browse files
authored
Update wit-bindgen to 0.24 and bump to 0.13.1 (#92)
This commit updates wit-bindgen to 0.24.0 and bumps the crate to 0.13.0 in preparation for releasing the new wasi-ext crate.
1 parent 4c9ff82 commit 922a5a1

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
- uses: actions/checkout@v4
7676
- name: Install Rust
7777
run: rustup update stable && rustup default stable
78-
- run: cargo install wit-bindgen-cli@0.23.0 --locked
78+
- run: cargo install wit-bindgen-cli@0.24.0 --locked
7979
- run: ./ci/regenerate.sh
8080
- run: git diff --exit-code

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasi"
3-
version = "0.13.0+wasi-0.2.0"
3+
version = "0.13.1+wasi-0.2.0"
44
authors = ["The Cranelift Project Developers"]
55
description = "WASI API bindings for Rust"
66
categories = ["no-std", "wasm"]
@@ -24,7 +24,7 @@ wasi = { version = "0.13", path = ".", default-features = false }
2424
members = ["./crates/*"]
2525

2626
[dependencies]
27-
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
27+
wit-bindgen-rt = { version = "0.24.0", features = ["bitflags"] }
2828

2929
# When built as part of libstd
3030
compiler_builtins = { version = "0.1", optional = true }

src/bindings.rs

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

src/command.rs

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

src/proxy.rs

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

0 commit comments

Comments
 (0)