MSRV #34
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: | |
schedule: | |
- cron: "0 9,18 * * *" | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
msrv: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup | |
run: cargo install cargo-msrv | |
- name: Msrv Check WTransport | |
run: cargo msrv --path wtransport verify | |
- name: Msrv Check WTransport-Proto | |
run: cargo msrv --path wtransport-proto verify |