Update CI pinned version

This commit is contained in:
Vincent Prouillet 2021-11-01 14:27:31 +01:00
parent 369d1090bb
commit ebef09e9ab
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ jobs:
include: include:
- build: pinned - build: pinned
os: ubuntu-18.04 os: ubuntu-18.04
rust: 1.46.0 rust: 1.51.0
- build: stable - build: stable
os: ubuntu-18.04 os: ubuntu-18.04
rust: stable rust: stable

View File

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