Skip to content

Commit

Permalink
Bump MSRV to 1.49 (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Feb 25, 2022
1 parent faea83b commit 0170947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- style
- test
- nightly
- minversion
- msrv
- android
- wasm
- docs
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0170947

Please sign in to comment.