Skip to content

Commit

Permalink
Update dependencies & CI changes
Browse files Browse the repository at this point in the history
- Use separate release-lto profile for CI
- A couple of clippy fixes
  • Loading branch information
encounter committed Nov 18, 2023
1 parent 5e13998 commit 8f559c8
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
targets: ${{ matrix.target }}
- name: Cargo build
run: cargo ${{ matrix.build }} --release --all-features --target ${{ matrix.target }} --bin ${{ env.CARGO_BIN_NAME }}
run: cargo ${{ matrix.build }} --profile release-lto --all-features --target ${{ matrix.target }} --bin ${{ env.CARGO_BIN_NAME }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
Loading

0 comments on commit 8f559c8

Please sign in to comment.