Skip to content

Commit

Permalink
Merge pull request #802 from jpculp/rust-1.80.0
Browse files Browse the repository at this point in the history
Replace pinned Rust 1.78.0 with stable
  • Loading branch information
jpculp authored Aug 15, 2024
2 parents 29289de + b3f16c9 commit 446a460
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 139 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
key: ${{ hashFiles('.github/cache_bust') }}-${{ runner.os }}-${{ matrix.make_target }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ hashFiles('.github/cache_bust') }}-${{ runner.os }}-${{ matrix.make_target }}
- run: rustup default 1.78.0
# print the current rustc. replace stable to pin to a specific toolchain version.
- run: rustup default stable
- run: rustup component add rustfmt
- run: rustup component add clippy
- run: make ${{ matrix.make_target }}
Loading

0 comments on commit 446a460

Please sign in to comment.