More update to MSRV

This commit is contained in:
Vincent Prouillet 2022-01-28 22:45:57 +01:00
parent 5162b6391c
commit 75b9f8ae00
2 changed files with 5 additions and 5 deletions

View File

@ -50,13 +50,13 @@ jobs:
build: [pinned, stable, nightly] build: [pinned, stable, nightly]
include: include:
- build: pinned - build: pinned
os: ubuntu-18.04 os: ubuntu-20.04
rust: 1.53.0 rust: 1.56.0
- build: stable - build: stable
os: ubuntu-18.04 os: ubuntu-20.04
rust: stable rust: stable
- build: nightly - build: nightly
os: ubuntu-18.04 os: ubuntu-20.04
rust: nightly rust: nightly
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

View File

@ -16,7 +16,7 @@ jsonwebtoken = "8"
serde = {version = "1.0", features = ["derive"] } serde = {version = "1.0", features = ["derive"] }
``` ```
The minimum required Rust version is 1.53. The minimum required Rust version is 1.56.
## Algorithms ## Algorithms
This library currently supports the following: This library currently supports the following: