Skip to content

Commit

Permalink
bump msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed May 17, 2024
1 parent c1f00dc commit 01f03a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
target: [aarch64-unknown-linux-gnu, i686-unknown-linux-gnu, x86_64-unknown-linux-gnu]
rust: [nightly, stable, 1.64] # MSRV
rust: [nightly, stable, 1.66] # MSRV
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand All @@ -45,10 +45,10 @@ jobs:

- run: cargo build
- run: cargo test
if: matrix.rust != '1.64' # MSRV
if: matrix.rust != '1.66' # MSRV
- run: cargo build --no-default-features
- run: cargo test --tests --no-default-features
if: matrix.rust != '1.64' # MSRV
if: matrix.rust != '1.66' # MSRV

miri:
name: Miri
Expand Down

0 comments on commit 01f03a0

Please sign in to comment.