Skip to content

Commit

Permalink
Update dependencies to latest.
Browse files Browse the repository at this point in the history
This commit updates dependencies to latest and the WASI adapters to Preview 2!

Wasmtime 17 is now required to run the test suite.
  • Loading branch information
peterhuene committed Jan 26, 2024
1 parent 39b37d0 commit ae69cba
Show file tree
Hide file tree
Showing 8 changed files with 130 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rustup target add wasm32-unknown-unknown
shell: bash
- name: Install Wasmtime
run: cargo install wasmtime-cli --locked --features="component-model" --version 16.0.0
run: cargo install wasmtime-cli --locked --features="component-model" --version 17.0.0
- name: Run all tests
run: cargo test --all

Expand Down
Loading

0 comments on commit ae69cba

Please sign in to comment.