Skip to content

Commit

Permalink
CI: Use cargo-about version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Jan 20, 2024
1 parent 1acb919 commit 7e21293
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 wasm-pack@0.12.1 cargo-about@0.5.6 cargo-mutants@24.1.0
cargo install wasm-pack@0.12.1 cargo-about@0.6.0 cargo-mutants@24.1.0
- 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 wasm-pack@0.12.1 cargo-about@0.5.6
cargo install wasm-pack@0.12.1 cargo-about@0.6.0
- 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 wasm-pack@0.12.1 cargo-about@0.5.6
cargo install wasm-pack@0.12.1 cargo-about@0.6.0
- name: Compile basic tests
# compile is broken out so we have visibility into compile vs. run times
Expand Down

0 comments on commit 7e21293

Please sign in to comment.