Skip to content

Commit

Permalink
downgrade cargo about to fix compilation for rustc < 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Sep 6, 2023
1 parent ca8d93e commit 068fc12
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 @@ -257,7 +257,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-about
version: "0.5"
version: "0.5.6"

- name: Run license check
# Explicitly use stable because otherwise cargo will trigger a download of
Expand Down

0 comments on commit 068fc12

Please sign in to comment.