diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e61870..a7b9d31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,8 @@ jobs: git add -N wit/deps git add -N wit-0.3.0-draft/deps git diff --exit-code - - uses: WebAssembly/wit-abi-up-to-date@v22 + - uses: WebAssembly/wit-abi-up-to-date@v23 with: - wit-bindgen: '0.33.0' - wasm-tools: '1.218.0' + wit-bindgen: '0.37.0' + wasm-tools: '1.223.0' + all-features: 'true'