chore: pin flate2 to 1.0.26 when building with 1.61

This commit is contained in:
thunderbiscuit 2023-09-06 10:40:29 -04:00
parent e6500baae7
commit b59327e5ea
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -51,6 +51,7 @@ jobs:
run: | run: |
cargo update -p hashlink --precise "0.8.1" cargo update -p hashlink --precise "0.8.1"
cargo update -p tokio --precise "1.29.1" cargo update -p tokio --precise "1.29.1"
cargo update -p flate2 --precise "1.0.26"
- name: Build - name: Build
run: cargo build run: cargo build