Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Verify MSRV for the whole workspace
- run: rustup update 1.88.0 && rustup default 1.88.0
- run: cargo check
# Verify the tighter MSRV of the `wit-bindgen` crate.
- run: rustup update 1.85.0 && rustup default 1.85.0
- run: cargo check -p wit-bindgen --all-features

verify-publish:
Expand Down
Loading
Loading