1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

Bump up MSRV to 1.40.0

This commit is contained in:
Yuki Okushi
2020-05-17 11:34:00 +09:00
parent ecc774450f
commit 923cb7bcd2
12 changed files with 30 additions and 8 deletions

View File

@ -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: