From c733c786fc9a31362ad21a7498cbd926d1aa7e4b 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: