Skip to content

Commit

Permalink
ci: use cargo-about v0.5.0
Browse files Browse the repository at this point in the history
Since cargo-about causes issues with our current Cargo.lock dependencies,
we are setting its version to 0.5.0, which works without any issues.

Signed-off-by: Erdem Meydanli <[email protected]>
  • Loading branch information
meerd committed Mar 29, 2024
1 parent 37020f4 commit d3d77e0
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.0" 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 d3d77e0

Please sign in to comment.