Skip to content

Commit

Permalink
chore: increase MSRV to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Aug 27, 2023
1 parent 2878240 commit 225bffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.60.0, stable]
rust: [1.63.0, stable]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.60.0, stable, beta]
rust: [1.63.0, stable, beta]
redis-version: [6]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 225bffd

Please sign in to comment.