Skip to content

Commit

Permalink
Fix typos in the docs about the release date of Rust 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Jan 6, 2025
1 parent de0b2d6 commit 54c6956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54c6956

Please sign in to comment.