1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

Bump up MSRV to 1.57 (#256)

This commit is contained in:
Yuki Okushi
2022-06-22 20:42:46 +09:00
committed by GitHub
parent 7267a19b1d
commit 3c48e00e7a
14 changed files with 21 additions and 15 deletions

View File

@ -14,7 +14,7 @@ jobs:
target:
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
version:
- 1.54.0 # MSRV
- 1.57 # MSRV
- stable
name: ${{ matrix.target.name }} / ${{ matrix.version }}
@ -85,7 +85,7 @@ jobs:
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
- { name: Windows, os: windows-latest, triple: x86_64-pc-windows-msvc }
version:
- 1.54.0 # MSRV
- 1.57 # MSRV
- stable
name: ${{ matrix.target.name }} / ${{ matrix.version }}