Bump MSRV to 1.49 (#1484)
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- style
|
- style
|
||||||
- test
|
- test
|
||||||
- nightly
|
- nightly
|
||||||
- minversion
|
- msrv
|
||||||
- android
|
- android
|
||||||
- wasm
|
- wasm
|
||||||
- docs
|
- docs
|
||||||
@@ -237,15 +237,15 @@ jobs:
|
|||||||
cargo check
|
cargo check
|
||||||
cargo check --all-features
|
cargo check --all-features
|
||||||
|
|
||||||
minversion:
|
msrv:
|
||||||
name: Minimum version ${{ matrix.rust }}
|
name: MSRV ${{ matrix.rust }}
|
||||||
needs: [style]
|
needs: [style]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rust: [1.46.0]
|
rust: [1.49.0]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user