on:
push:
branches:
pull_request:
name: Minimum Supported Rust Version
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.53.0 # https://github.com/rust-lang/rust/pull/83707
override: true
- uses: actions/checkout@v2
- name: cargo +1.53.0 check
uses: actions-rs/cargo@v1
with:
command: check