Bump MSRV to 1.49 (#1484)

This commit is contained in:
Sean McArthur
2022-02-25 13:46:13 -08:00
committed by GitHub
parent faea83b562
commit 0170947fb4

View File

@@ -18,7 +18,7 @@ jobs:
- style
- test
- nightly
- minversion
- msrv
- android
- wasm
- docs
@@ -237,15 +237,15 @@ jobs:
cargo check
cargo check --all-features
minversion:
name: Minimum version ${{ matrix.rust }}
msrv:
name: MSRV ${{ matrix.rust }}
needs: [style]
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.46.0]
rust: [1.49.0]
steps:
- name: Checkout