Skip to content

Commit 44f9ed8

Browse files
authored
Upgrade wit-bindgen-rt to version 0.39.0 (#103)
* Upgrade `wit-bindgen-rt` to version 0.39.0 * Update .github/workflows/main.yml
1 parent c16176c commit 44f9ed8

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
@@ -72,6 +72,6 @@ jobs:
7272
run: |
7373
./ci/vendor-wit.sh
7474
git diff --exit-code
75-
- run: cargo install wit-bindgen-cli@0.37.0 --locked
75+
- run: cargo install wit-bindgen-cli@0.39.0 --locked
7676
- run: ./ci/regenerate.sh
7777
- run: git diff --exit-code

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wasi = { version = "0.14", path = ".", default-features = false }
2424
members = ["./crates/*"]
2525

2626
[dependencies]
27-
wit-bindgen-rt = { version = "0.37.0", features = ["bitflags"] }
27+
wit-bindgen-rt = { version = "0.39.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: 6 additions & 6 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)