Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/check-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: cargo fmt --all -- --check

compat:
name: Tests on linux with 1.68 toolchain
name: Tests on linux with 1.71 toolchain
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.68
toolchain: 1.71

- name: test minimal features
run: cargo run --manifest-path legacy/Cargo.toml -- --help
Loading