Skip to content

Commit 97ac668

Browse files
authored
ci: render all-features (#83)
Future-proofing for later feature additions
1 parent 646092f commit 97ac668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
./wit-deps lock
1919
git add -N wit/deps
2020
git diff --exit-code
21-
- uses: WebAssembly/wit-abi-up-to-date@v22
21+
- uses: WebAssembly/wit-abi-up-to-date@v23
2222
with:
23-
features: clocks-timezone
24-
wit-bindgen: '0.33.0'
23+
wit-bindgen: '0.37.0'
24+
all-features: 'true'

0 commit comments

Comments
 (0)