Skip to content

Commit

Permalink
Update to Rust v1.75 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Mar 14, 2024
1 parent ba21d0b commit 2faa79d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
include:
- build: macos
os: macos-latest
rust: 1.70.0
rust: 1.75.0
- build: ubuntu
os: ubuntu-latest
rust: 1.70.0
rust: 1.75.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
default: true
components: rustfmt
- run: cargo fmt -- --check
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.75.0
default: true
components: clippy
- uses: actions-rs/clippy-check@v1
Expand Down

0 comments on commit 2faa79d

Please sign in to comment.