Skip to content

Commit

Permalink
ci: test with Rust 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Nov 19, 2023
1 parent e011f8f commit 40dea77
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 @@ -24,7 +24,7 @@ jobs:
name: Lint Rust
runs-on: ubuntu-latest
env:
RUSTUP_TOOLCHAIN: 1.73.0
RUSTUP_TOOLCHAIN: 1.74.0
steps:
- uses: actions/checkout@v3
- name: Install rustfmt and clippy
Expand Down Expand Up @@ -76,11 +76,11 @@ jobs:
matrix:
include:
- os: ubuntu-latest
rust: 1.73.0
rust: 1.74.0
- os: windows-latest
rust: 1.73.0
rust: 1.74.0
- os: macos-latest
rust: 1.73.0
rust: 1.74.0

# Minimum Supported Rust Version = 1.70.0
- os: ubuntu-latest
Expand Down

0 comments on commit 40dea77

Please sign in to comment.