Skip to content

Commit e9d41e0

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

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ set -euo pipefail
55

66
# Pin dependencies for MSRV (1.75.0)
77
cargo update -p minreq --precise "2.13.2"
8-
cargo update -p idna_adapter --precise "1.2.0"
98
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"
9+
cargo update -p getrandom@0.4.1 --precise "0.3.4"

0 commit comments

Comments
 (0)