-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #1802: ci: pin
rustls
for msrv
e4cf5b5 ci: pin `rustls` for msrv (valued mammal) Pull request description: Fix the current CI issue by pinning `rustls` again to 0.23.19 ACKs for top commit: oleonardolima: tACK e4cf5b5 Tree-SHA512: b67876a941994defc56e43260c1126e9948312ba9bc9363fb0a8b7a556faad4a8f5940ca5d87b56c4278e3664ca3ab67c73f3a4e9e7dc656adcad07a90cbcd24
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
cargo update -p security-framework-sys --precise "2.11.1" | ||
cargo update -p csv --precise "1.3.0" | ||
cargo update -p unicode-width --precise "0.1.13" | ||
cargo update -p [email protected].20 --precise "0.23.19" | ||
cargo update -p [email protected].21 --precise "0.23.19" | ||
- name: Build | ||
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }} | ||
- name: Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ cargo update -p indexmap --precise "2.5.0" | |
cargo update -p security-framework-sys --precise "2.11.1" | ||
cargo update -p csv --precise "1.3.0" | ||
cargo update -p unicode-width --precise "0.1.13" | ||
cargo update -p [email protected].20 --precise "0.23.19" | ||
cargo update -p [email protected].21 --precise "0.23.19" | ||
``` | ||
|
||
## License | ||
|