Skip to content

Commit

Permalink
chore: pin flate2 to 1.0.26 when building with 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Sep 6, 2023
1 parent e6500ba commit b59327e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
cargo update -p hashlink --precise "0.8.1"
cargo update -p tokio --precise "1.29.1"
cargo update -p flate2 --precise "1.0.26"
- name: Build
run: cargo build

Expand Down

0 comments on commit b59327e

Please sign in to comment.