From bf63e50eb2529a61c0500b4b6ede8087d7ffffa7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 29 Sep 2023 13:39:44 -0700 Subject: [PATCH] Update to wit-bindgen 0.12.0. In particular, this has bytecodealliance/wit-bindgen#670, which fixes a bug hit by `poll-list`. --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c900b50..03378f5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ jobs: - uses: actions/checkout@v3 - uses: WebAssembly/wit-abi-up-to-date@v14 with: - wit-bindgen: '0.11.0' + wit-bindgen: '0.12.0' worlds: 'command reactor' ``` diff --git a/action.yml b/action.yml index 8071b06..3f5cb2b 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: wit-bindgen: description: 'version of the `wit-bindgen` tool to use' required: false - default: '0.11.0' + default: '0.12.0' worlds: description: 'worlds to generate documentation for' required: false