Skip to content

Commit bf63e50

Browse files
committed
Update to wit-bindgen 0.12.0.
In particular, this has bytecodealliance/wit-bindgen#670, which fixes a bug hit by `poll-list`.
1 parent 3973e6f commit bf63e50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: WebAssembly/wit-abi-up-to-date@v14
2525
with:
26-
wit-bindgen: '0.11.0'
26+
wit-bindgen: '0.12.0'
2727
worlds: 'command reactor'
2828
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
wit-bindgen:
66
description: 'version of the `wit-bindgen` tool to use'
77
required: false
8-
default: '0.11.0'
8+
default: '0.12.0'
99
worlds:
1010
description: 'worlds to generate documentation for'
1111
required: false

0 commit comments

Comments
 (0)