Skip to content

Commit

Permalink
Update wasm-tools dependencies + bump MSRV (#1318)
Browse files Browse the repository at this point in the history
* update wasm-tools dependencies

* set minimum supported Rust version to 1.80

* update GitHub actions CI MSRV job
  • Loading branch information
Robbepop authored Nov 27, 2024
1 parent f732c6c commit d33e99f
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 117 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.79.0
- uses: dtolnay/rust-toolchain@1.80.0
- uses: Swatinem/rust-cache@v2
- run: >-
cargo check
Expand Down
Loading

0 comments on commit d33e99f

Please sign in to comment.