Skip to content

Commit 2a9eeed

Browse files
committed
ci: pin msrv dep version for rustls
1 parent 20789ec commit 2a9eeed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
cargo update -p security-framework-sys --precise "2.11.1"
5454
cargo update -p csv --precise "1.3.0"
5555
cargo update -p unicode-width --precise "0.1.13"
56+
cargo update -p [email protected] --precise "0.23.19"
5657
- name: Build
5758
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
5859
- name: Test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ cargo update -p indexmap --precise "2.5.0"
8080
cargo update -p security-framework-sys --precise "2.11.1"
8181
cargo update -p csv --precise "1.3.0"
8282
cargo update -p unicode-width --precise "0.1.13"
83+
cargo update -p [email protected] --precise "0.23.19"
8384
```
8485

8586
## License

0 commit comments

Comments
 (0)