Skip to content

Commit 42c0644

Browse files
committed
Update cargo-about tool
This commit bumps version for `cargo-about` tool from 0.5.0 to 0.6.6. This fixes the problem with parsing Unicode licenses. Signed-off-by: Mark Kirichenko <[email protected]>
1 parent 6d1659c commit 42c0644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060
- uses: dtolnay/rust-toolchain@stable
6161
- uses: Swatinem/rust-cache@v2
62-
- run: cargo install --locked --version "0.5.0" cargo-about
62+
- run: cargo install --locked --version "0.6.6" cargo-about
6363
- run: cargo about generate --workspace --output-file "${{ runner.temp }}/licenses.html" about.hbs
6464
- id: license_diff
6565
run: |

0 commit comments

Comments
 (0)