Skip to content

Commit e4cf5b5

Browse files
committed
ci: pin rustls for msrv
1 parent a5335a1 commit e4cf5b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cargo update -p security-framework-sys --precise "2.11.1"
5555
cargo update -p csv --precise "1.3.0"
5656
cargo update -p unicode-width --precise "0.1.13"
57-
cargo update -p [email protected].20 --precise "0.23.19"
57+
cargo update -p [email protected].21 --precise "0.23.19"
5858
- name: Build
5959
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
6060
- name: Test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +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].20 --precise "0.23.19"
83+
cargo update -p [email protected].21 --precise "0.23.19"
8484
```
8585

8686
## License

0 commit comments

Comments
 (0)