From fa93137bccdd70a8103fd24565e667f6c1ec1fa3 Mon Sep 17 00:00:00 2001 From: MarcoFalke <6399679+MarcoFalke@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:23:25 +0200 Subject: [PATCH] doc: Clarify MSRV is in Cargo.toml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7bcb5c..b586597 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ jsonwebtoken = "9" serde = {version = "1.0", features = ["derive"] } ``` -The minimum required Rust version (MSRV) is 1.67. +The minimum required Rust version (MSRV) is specified in the `rust-version` field in this project's [Cargo.toml](Cargo.toml). ## Algorithms This library currently supports the following: