Skip to content

Commit

Permalink
feat: add progress bars during compression (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Feb 12, 2024
1 parent d83a00e commit fbaa36e
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.73.0"
toolchain: "1.75.0"
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.13.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
submodules: recursive
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.73.0"
toolchain: "1.75.0"
components: clippy,rustfmt
- uses: Swatinem/rust-cache@v2
- name: Check
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.73.0"
toolchain: "1.75.0"
targets: ${{ matrix.target }}

- name: Install musl-gcc
Expand Down
Loading

0 comments on commit fbaa36e

Please sign in to comment.