Skip to content

Commit

Permalink
Pin flate2-rs to 1.0.26
Browse files Browse the repository at this point in the history
CI is failing because flate2 released new version 1.0.27
that is not passing rustc 1.57.
Reference: rust-lang/flate2-rs#370
  • Loading branch information
jbesraa authored and DanGould committed Aug 23, 2023
1 parent 5fd4529 commit 991695f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
cargo update
cargo update -p log --precise 0.4.18
cargo update -p tempfile --precise 3.6.0
cargo update -p flate2 --precise 1.0.26
- name: test
run: cargo test --verbose --all-features --lib

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ To build and test with the MSRV you will need to pin the below dependency versio
```shell
cargo update -p log --precise 0.4.18
cargo update -p tempfile --precise 3.6.0
cargo update -p flate2 --precise 1.0.26
```

## License
Expand Down

0 comments on commit 991695f

Please sign in to comment.