Skip to content

Commit

Permalink
Bump Rust in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-miller committed Dec 25, 2023
1 parent f058a40 commit 6be48bd
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.65.0
- uses: dtolnay/rust-toolchain@1.70.0
- uses: Swatinem/rust-cache@v2
- run: ./x.sh check
nightly:
Expand All @@ -19,6 +19,6 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-01-31
toolchain: nightly-2023-12-24
- uses: Swatinem/rust-cache@v2
- run: ./x.sh gha

0 comments on commit 6be48bd

Please sign in to comment.