gotta bump MSRV to 1.46 for coercing to unsized slices in const fns

This commit is contained in:
Toby Lawrence 2020-11-13 12:30:22 -05:00
parent 30c7ff1a98
commit 2d807af5b0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust_version: ['1.43.0', 'stable', 'nightly']
rust_version: ['1.46.0', 'stable', 'nightly']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1