Bump MSRV all the way to Rust 1.51 (thanks libraries)

This commit is contained in:
2021-08-23 10:36:57 -04:00
parent e7fc234fdf
commit d7279f50de
3 changed files with 5 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
toolchain: [ stable, 1.35.0, nightly ]
toolchain: [ stable, 1.51.0, nightly ]
fail-fast: false
runs-on: ${{ matrix.platform }}
steps: