Skip to content

Commit a29eb5c

Browse files
committed
fix(ci): pin socket2 to 0.5.10
- it's required to pin to `0.5.10` in order to fix MSRV CI, the `0.6.0` is being pulled by `hyper-util 0.1.16`.
1 parent 5bdd0f2 commit a29eb5c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
cargo update -p parking_lot --precise "0.12.3"
6969
cargo update -p parking_lot_core --precise "0.9.10"
7070
cargo update -p lock_api --precise "0.4.12"
71+
cargo update -p [email protected] --precise "0.5.10"
7172
7273
cargo update -p bzip2-sys --precise "0.1.12+1.0.8" # dev-dependency
7374
- name: Build

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ cargo update -p tracing-core --precise "0.1.33"
3333
cargo update -p parking_lot --precise "0.12.3"
3434
cargo update -p parking_lot_core --precise "0.9.10"
3535
cargo update -p lock_api --precise "0.4.12"
36+
cargo update -p [email protected] --precise "0.5.10"
3637
```

0 commit comments

Comments
 (0)