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

bump msrv to 1.54

This commit is contained in:
Rob Ede
2021-12-29 09:42:31 +00:00
parent 6ca36b5d53
commit 92c9601850
14 changed files with 15 additions and 9 deletions

View File

@ -14,7 +14,7 @@ jobs:
target:
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
version:
- 1.52.1 # MSRV
- 1.54.0 # MSRV
- stable
- nightly
@ -81,7 +81,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.52.1 # MSRV
- 1.54.0 # MSRV
- stable
- nightly