Skip to content

Commit 5ba4d68

Browse files
committed
ci: Pin native-tls to 0.2.13
To satisfy MSRV of 1.75.0
1 parent 6e160d4 commit 5ba4d68

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
if: matrix.rust.version == '1.75.0'
4949
run: |
5050
cargo update -p home --precise "0.5.9"
51+
cargo update -p native-tls --precise "0.2.13"
5152
- name: Pin dependencies for MSRV
5253
if: matrix.rust.version == '1.63.0'
5354
run: ./ci/pin-msrv.sh

ci/pin-msrv.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ cargo update -p indexmap --precise "2.5.0"
2121
cargo update -p security-framework-sys --precise "2.11.1"
2222
cargo update -p csv --precise "1.3.0"
2323
cargo update -p unicode-width --precise "0.1.13"
24+
cargo update -p native-tls --precise "0.2.13"

0 commit comments

Comments
 (0)