Update rustls, webpki-roots, switch from webpki to rustls-webpki #28
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
name: msrv | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Crate | |
uses: actions/checkout@v3 | |
- name: Checkout Toolchain | |
uses: dtolnay/[email protected] | |
- name: Running test script | |
run: | | |
cargo test | |
cargo test --features json-using-serde | |
cargo test --features proxy |