mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
Bump up MSRV to 1.40.0
This commit is contained in:
6
.github/workflows/msrv.yml
vendored
6
.github/workflows/msrv.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
- 1.39.0
|
||||
- 1.40.0
|
||||
|
||||
name: ${{ matrix.version }} - x86_64-unknown-linux-gnu
|
||||
runs-on: ubuntu-latest
|
||||
@ -30,8 +30,8 @@ jobs:
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
- name: tests (1.39.0)
|
||||
if: matrix.version == '1.39.0'
|
||||
- name: tests (1.40.0)
|
||||
if: matrix.version == '1.40.0'
|
||||
uses: actions-rs/cargo@v1
|
||||
timeout-minutes: 40
|
||||
with:
|
||||
|
Reference in New Issue
Block a user