Skip to content

Commit

Permalink
ci: use cargo-about v0.5.6
Browse files Browse the repository at this point in the history
Since cargo-about increased its minimum supported Rust version to
1.70.0 in version 0.5.7, we need to use a specific version.

Signed-off-by: Erdem Meydanli <[email protected]>
  • Loading branch information
meerd committed Mar 29, 2024
1 parent 29bf628 commit 336b183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo install --locked --version "~0.5" cargo-about
- run: cargo about generate --workspace --output-file "${{ runner.temp }}/licenses.html" about.hbs
- run: cargo install --locked --version "0.4.0" cargo-about
- run: RUST_BACKTRACE=1 cargo about generate --workspace --output-file "${{ runner.temp }}/licenses.html" about.hbs
- id: license_diff
run: |
if diff -q THIRD_PARTY_LICENSES_RUST_CRATES.html ${{ runner.temp }}/licenses.html ; then
Expand Down

0 comments on commit 336b183

Please sign in to comment.