Skip to content

Commit

Permalink
CI: Use cargo-about version 0.6.1
Browse files Browse the repository at this point in the history
This will fix compatibility with Rust nightly / 1.76.
  • Loading branch information
kpreid committed Jan 23, 2024
1 parent d27223e commit 88d5641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
# Note: Swatinem/rust-cache will cache these installed binaries, so we don't have to worry
# about caching the builds of them.
run: |
cargo install [email protected] cargo-about@0.5.6 [email protected]
cargo install [email protected] cargo-about@0.6.1 [email protected]
- run: df -h .
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- name: Install tools
# These should already be installed but we might have a cache miss, so don't fail in that case.
run: |
cargo install [email protected] cargo-about@0.5.6
cargo install [email protected] cargo-about@0.6.1
- run: df -h .

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# Note: Swatinem/rust-cache will cache these installed binaries, so we don't have to worry
# about caching the builds of them.
run: |
cargo install [email protected] cargo-about@0.5.6
cargo install [email protected] cargo-about@0.6.1
- name: Compile basic tests
# compile is broken out so we have visibility into compile vs. run times
Expand Down

0 comments on commit 88d5641

Please sign in to comment.