More update to MSRV
This commit is contained in:
parent
5162b6391c
commit
75b9f8ae00
2 changed files with 5 additions and 5 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -50,13 +50,13 @@ jobs:
|
|||
build: [pinned, stable, nightly]
|
||||
include:
|
||||
- build: pinned
|
||||
os: ubuntu-18.04
|
||||
rust: 1.53.0
|
||||
os: ubuntu-20.04
|
||||
rust: 1.56.0
|
||||
- build: stable
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-20.04
|
||||
rust: stable
|
||||
- build: nightly
|
||||
os: ubuntu-18.04
|
||||
os: ubuntu-20.04
|
||||
rust: nightly
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jsonwebtoken = "8"
|
|||
serde = {version = "1.0", features = ["derive"] }
|
||||
```
|
||||
|
||||
The minimum required Rust version is 1.53.
|
||||
The minimum required Rust version is 1.56.
|
||||
|
||||
## Algorithms
|
||||
This library currently supports the following:
|
||||
|
|
|
|||
Reference in a new issue