Skip to content

Commit

Permalink
Merge pull request #127 from yoshuawuyts/deprecate-field-key
Browse files Browse the repository at this point in the history
Deprecate `field-key` in favor of `field-name`
  • Loading branch information
yoshuawuyts authored Aug 21, 2024
2 parents b484341 + 60fc7b9 commit f45069d
Show file tree
Hide file tree
Showing 5 changed files with 928 additions and 887 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.2/wit-deps-x86_64-unknown-linux-musl
chmod +x ./wit-deps
./wit-deps lock --check
- uses: WebAssembly/wit-abi-up-to-date@v21
- uses: WebAssembly/wit-abi-up-to-date@v22
with:
wit-bindgen: '0.28.0'
wasm-tools: '1.215.0'
wit-bindgen: '0.30.0'
worlds: 'imports proxy'
Loading

0 comments on commit f45069d

Please sign in to comment.