File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 - default
1919 - blocking
2020 - blocking-https
21- - blocking-https-rustls
2221 - blocking-https-native
23- - blocking-https-bundled
22+ - blocking-https-rustls
23+ - blocking-https-rustls-probe
2424 - async
2525 - async-https
2626 - async-https-native
2727 - async-https-rustls
28- - async-https-rustls-manual-roots
28+ - async-https-rustls-probe
2929 steps :
3030 - name : Checkout
3131 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44set -euo pipefail
55
66# Pin dependencies for MSRV (1.75.0)
7- cargo update -p minreq --precise " 2.13.2"
8- cargo update -p idna_adapter --precise " 1.2.0"
9- cargo update -p native-tls --precise " 0.2.13"
10- cargo update -p zerofrom --precise " 0.1.5"
11- cargo update -p litemap --precise " 0.7.4"
7+ # cargo update -p minreq --precise "2.13.2"
8+ # cargo update -p idna_adapter --precise "1.2.0"
9+ # cargo update -p native-tls --precise "0.2.13"
10+ # cargo update -p zerofrom --precise "0.1.5"
11+ # cargo update -p litemap --precise "0.7.4"
You can’t perform that action at this time.
0 commit comments