We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4b8e1 commit 28d76e2Copy full SHA for 28d76e2
.github/workflows/main.yml
@@ -54,6 +54,7 @@ jobs:
54
cargo update --package=dashmap --precise 5.4.0
55
cargo update --package=regex --precise=1.9.0
56
cargo update --package=half --precise=2.2.1
57
+ cargo update --package=flate2 --precise=1.0.35
58
59
- run: >
60
rustup target add
@@ -498,6 +499,7 @@ jobs:
498
499
500
501
502
503
504
- run: |
505
cargo test --verbose --features=all-apis --release --workspace -- --nocapture
0 commit comments