Skip to content

Commit 6d4bf56

Browse files
committed
fix(ci): update the CI with new features
1 parent 999d1b0 commit 6d4bf56

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/cont_integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

ci/pin-msrv.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -x
44
set -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"

0 commit comments

Comments
 (0)