Skip to content

Commit

Permalink
Bump all dependencies with cargo update (#182)
Browse files Browse the repository at this point in the history
* set CROSS_NO_WARNINGS=0

* Bump all dependencies with `cargo update`
  • Loading branch information
CramBL authored Feb 5, 2025
1 parent 3262065 commit 66b924e
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 97 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ jobs:
- if: matrix.cross
name: Cross Build
run: cross build --verbose --release --target=${{ matrix.TARGET }}
env:
CROSS_NO_WARNINGS: 0

- name: Rename
run: cp target/${{ matrix.TARGET }}/release/${{ github.event.repository.name }}${{ matrix.EXTENSION }} ${{ github.event.repository.name }}-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Organize test data files etc. in the new `test_util` crate with utilities for generating basic test boiler plate
- Set `CROSS_NO_WARNINGS=0` due to cross configuration conflict

### Dependencies

- Bump `openssl` from `0.10.68` -> `0.10.70` to fix RUSTSEC
- Bump all dependencies with `cargo update`

## [1.6.4]

Expand Down
Loading

0 comments on commit 66b924e

Please sign in to comment.