Skip to content

Commit f611c93

Browse files
authored
Update wit-bindgen to 0.19.1 (#73)
Pulls in a fix to enable defining `cabi_realloc` as a weak symbol so all projects don't have to agree on `wit-bindgen` versions.
1 parent 80d2d03 commit f611c93

3 files changed

Lines changed: 760 additions & 726 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- name: Install Rust
4949
run: rustup update stable && rustup default stable
50-
- run: cargo install wit-bindgen-cli@0.16.0
50+
- run: cargo install wit-bindgen-cli@0.19.1
5151
- run: ./ci/regenerate.sh
5252
- 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.12.0+wasi-0.2.0"
3+
version = "0.12.1+wasi-0.2.0"
44
authors = ["The Cranelift Project Developers"]
55
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
66
description = "WASI API bindings for Rust"
@@ -12,7 +12,7 @@ readme = "README.md"
1212
documentation = "https://docs.rs/wasi"
1313

1414
[dependencies]
15-
wit-bindgen = { version = "0.16", default-features = false, features = ['realloc'] }
15+
wit-bindgen = { version = "0.19.1", default-features = false, features = ['realloc'] }
1616

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

0 commit comments

Comments
 (0)