Skip to content

Commit

Permalink
Merge pull request #655 from stmcginnis/rustup
Browse files Browse the repository at this point in the history
Raise rustup version to 1.71.1
  • Loading branch information
stmcginnis authored Aug 22, 2023
2 parents 53fce2d + b89284a commit 4491a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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.68.2
- run: rustup default 1.71.1
- run: rustup component add rustfmt
- run: rustup component add clippy
- run: make ${{ matrix.make_target }}

0 comments on commit 4491a7b

Please sign in to comment.