Skip to content

Commit

Permalink
Update workspace dependencies and bump MSRV (#1341)
Browse files Browse the repository at this point in the history
* update wasm-tools dependencies to v224

* update wasi-common, wiggle and wasmtime deps

* update wast dependency to v224

* update downcast dependency

* use new sync crate feature from downcast-rs crate

* bump MSRV from 1.80 -> 1.81
  • Loading branch information
Robbepop authored Jan 22, 2025
1 parent 53f2179 commit 587b930
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.80.0
- uses: dtolnay/rust-toolchain@1.81.0
- uses: Swatinem/rust-cache@v2
- run: >-
cargo check
Expand Down
Loading

0 comments on commit 587b930

Please # to comment.