Skip to content

Commit

Permalink
Merge pull request #752 from webern/release-prep
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
webern authored Mar 15, 2024
2 parents b186a09 + 1b6bafe commit f1af939
Show file tree
Hide file tree
Showing 23 changed files with 622 additions and 516 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.71.1
- run: rustup default 1.76.0
- run: rustup component add rustfmt
- run: rustup component add clippy
- run: make ${{ matrix.make_target }}
Loading

0 comments on commit f1af939

Please sign in to comment.