Skip to content

Commit

Permalink
Set flate2 to 1.0.24 for Rust 1.48.
Browse files Browse the repository at this point in the history
Backport the MSRV fix from #638.
  • Loading branch information
sunfishcode committed May 19, 2023
1 parent 458037d commit 8c7f4c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
cargo update --package=once_cell --precise 1.14.0
cargo update --package=tempfile --precise=3.4.0
cargo update --package=io-lifetimes --precise 1.0.6
cargo update --package=flate2 --precise=1.0.25
for crate in test-crates/*; do
cd $crate
cargo update --package=io-lifetimes --precise 1.0.6
Expand Down Expand Up @@ -535,6 +536,7 @@ jobs:
cargo update --package=once_cell --precise 1.14.0
cargo update --package=tempfile --precise=3.4.0
cargo update --package=io-lifetimes --precise 1.0.6
cargo update --package=flate2 --precise=1.0.25
for crate in test-crates/*; do
cd $crate
cargo update --package=io-lifetimes --precise 1.0.6
Expand Down

0 comments on commit 8c7f4c8

Please sign in to comment.