Skip to content

Commit f45069d

Browse files
authored
Merge pull request #127 from yoshuawuyts/deprecate-field-key
Deprecate `field-key` in favor of `field-name`
2 parents b484341 + 60fc7b9 commit f45069d

File tree

5 files changed

+928
-887
lines changed

5 files changed

+928
-887
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.2/wit-deps-x86_64-unknown-linux-musl
1717
chmod +x ./wit-deps
1818
./wit-deps lock --check
19-
- uses: WebAssembly/wit-abi-up-to-date@v21
19+
- uses: WebAssembly/wit-abi-up-to-date@v22
2020
with:
21-
wit-bindgen: '0.28.0'
21+
wasm-tools: '1.215.0'
22+
wit-bindgen: '0.30.0'
2223
worlds: 'imports proxy'

0 commit comments

Comments
 (0)