From 54c6956010ee2950f5ed0a9994f9505c7d44eb9c Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Mon, 6 Jan 2025 08:31:09 +0800 Subject: [PATCH] Fix typos in the docs about the release date of Rust 1.70.0 --- README.md | 4 ++-- src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0a7a967..b25bc562 100644 --- a/README.md +++ b/README.md @@ -465,8 +465,8 @@ Moka's minimum supported Rust versions (MSRV) are the followings: | Feature | MSRV | |:---------|:--------------------------:| -| `future` | Rust 1.70.0 (June 3, 2022) | -| `sync` | Rust 1.70.0 (June 3, 2022) | +| `future` | Rust 1.70.0 (June 1, 2023) | +| `sync` | Rust 1.70.0 (June 1, 2023) | It will keep a rolling MSRV policy of at least 6 months. If the default features with a mandatory features (`future` or `sync`) are enabled, MSRV will be updated diff --git a/src/lib.rs b/src/lib.rs index 402483ae..5766dcc7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -131,8 +131,8 @@ //! //! | Feature | MSRV | //! |:---------|:--------------------------:| -//! | `future` | Rust 1.70.0 (June 3, 2022) | -//! | `sync` | Rust 1.70.0 (June 3, 2022) | +//! | `future` | Rust 1.70.0 (June 1, 2023) | +//! | `sync` | Rust 1.70.0 (June 1, 2023) | //! //! It will keep a rolling MSRV policy of at least 6 months. If the default features //! with a mandatory features (`future` or `sync`) are enabled, MSRV will be updated