Skip to content

Commit

Permalink
ci: update min rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr authored Dec 14, 2024
1 parent cbed9b5 commit f49627b
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 @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
version: ["1.70", stable, nightly]
version: ["1.72", stable, nightly]
env:
RUSTUP_TOOLCHAIN: ${{ matrix.version }}
steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
version: ["1.70", stable, nightly]
version: ["1.72", stable, nightly]
env:
RUSTUP_TOOLCHAIN: ${{ matrix.version }}
steps:
Expand Down

0 comments on commit f49627b

Please sign in to comment.