Skip to content

Commit

Permalink
Update wit-bindgen to 0.24 and bump to 0.13.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sunfishcode committed May 20, 2024
1 parent 4c9ff82 commit e0b7801
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable && rustup default stable
- run: cargo install wit-bindgen-cli@0.23.0 --locked
- run: cargo install wit-bindgen-cli@0.24.0 --locked
- run: ./ci/regenerate.sh
- run: git diff --exit-code
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi"
version = "0.13.0+wasi-0.2.0"
version = "0.13.1+wasi-0.2.0"
authors = ["The Cranelift Project Developers"]
description = "WASI API bindings for Rust"
categories = ["no-std", "wasm"]
Expand All @@ -24,7 +24,7 @@ wasi = { version = "0.13", path = ".", default-features = false }
members = ["./crates/*"]

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

# When built as part of libstd
compiler_builtins = { version = "0.1", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions src/bindings.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/command.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/proxy.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0b7801

Please sign in to comment.