From 5162b6391c3e408d11e3ce90a462bd38cf21f852 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 28 Jan 2022 22:43:53 +0100 Subject: [PATCH] Update pinned ci version --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c966ea1..4d8763a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: include: - build: pinned os: ubuntu-18.04 - rust: 1.51.0 + rust: 1.53.0 - build: stable os: ubuntu-18.04 rust: stable diff --git a/README.md b/README.md index 1cc9750..944de41 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jsonwebtoken = "8" serde = {version = "1.0", features = ["derive"] } ``` -The minimum required Rust version is 1.51. +The minimum required Rust version is 1.53. ## Algorithms This library currently supports the following: