Skip to content

Commit

Permalink
Merge pull request #371 from koto-lang/update-dependencies
Browse files Browse the repository at this point in the history
Update some dependencies
  • Loading branch information
irh authored Nov 5, 2024
2 parents 2915929 + 6cc19e6 commit ced517a
Show file tree
Hide file tree
Showing 10 changed files with 394 additions and 444 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.81.0
with:
targets: wasm32-unknown-unknown
- uses: jetli/[email protected]
with:
version: v0.12.1
version: v0.13.1

- name: Run wasm example tests
run: cd crates/koto/examples/wasm && wasm-pack test --node
Loading

0 comments on commit ced517a

Please sign in to comment.