bump MSRV to 1.42
This commit is contained in:
parent
75e8f6bab5
commit
c5e55c04fd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
rust: [stable, 1.36.0]
|
||||
rust: [stable, 1.42.0]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
@ -54,4 +54,4 @@ jobs:
|
|||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: Docs
|
||||
run: cargo doc
|
||||
run: cargo doc
|
||||
|
|
Loading…
Add table
Reference in a new issue