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 5c44a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ 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 install --locked --version "0.5.6" cargo-about
- run: cargo about generate --workspace --output-file "${{ runner.temp }}/licenses.html" about.hbs
- id: license_diff
run: |
Expand Down

0 comments on commit 5c44a5c

Please sign in to comment.