Skip to content

Commit 28d76e2

Browse files
authored
Pin the flate2 dependency to 1.0.35 for the MSRV CI build. (#1353)
1 parent da4b8e1 commit 28d76e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
cargo update --package=dashmap --precise 5.4.0
5555
cargo update --package=regex --precise=1.9.0
5656
cargo update --package=half --precise=2.2.1
57+
cargo update --package=flate2 --precise=1.0.35
5758
5859
- run: >
5960
rustup target add
@@ -498,6 +499,7 @@ jobs:
498499
cargo update --package=dashmap --precise 5.4.0
499500
cargo update --package=regex --precise=1.9.0
500501
cargo update --package=half --precise=2.2.1
502+
cargo update --package=flate2 --precise=1.0.35
501503
502504
- run: |
503505
cargo test --verbose --features=all-apis --release --workspace -- --nocapture

0 commit comments

Comments
 (0)