bump MSRV to 1.42

This commit is contained in:
Lireer 2020-11-09 16:33:45 +01:00 committed by Lireer
parent 75e8f6bab5
commit c5e55c04fd

View file

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable, 1.36.0] rust: [stable, 1.42.0]
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
@ -54,4 +54,4 @@ jobs:
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Docs - name: Docs
run: cargo doc run: cargo doc