We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flate2
1.0.35
1 parent 1aeb466 commit 84161baCopy full SHA for 84161ba
.github/workflows/cont_integration.yml
@@ -63,6 +63,7 @@ jobs:
63
cargo update -p indexmap --precise "2.5.0"
64
cargo update -p security-framework-sys --precise "2.11.1"
65
cargo update -p native-tls --precise "0.2.13"
66
+ cargo update -p flate2 --precise "1.0.35"
67
- name: Build
68
run: cargo build --features ${{ matrix.features }} --no-default-features
69
- name: Test
README.md
@@ -28,4 +28,5 @@ cargo update -p tokio-util --precise "0.7.11"
28
29
30
31
+cargo update -p flate2 --precise "1.0.35"
32
```
0 commit comments