Skip to content

Commit d4670b3

Browse files
committed
ci: pin idna_adapter dep to fix reqwest with MSRV 1.75
1 parent 7f95f57 commit d4670b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
cargo update -p home --precise "0.5.9"
5151
cargo update -p native-tls --precise "0.2.13"
52+
cargo update -p idna_adapter --precise "1.1.0"
5253
- name: Pin dependencies for MSRV
5354
if: matrix.rust.version == '1.63.0'
5455
run: ./ci/pin-msrv.sh

0 commit comments

Comments
 (0)