From 448922c5b6bccc87e3b17c4c15916cfae6d70135 Mon Sep 17 00:00:00 2001 From: Alex Kladov Date: Sun, 4 Jun 2023 13:16:56 +0100 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 737f2de..2ac9b53 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,4 @@ More patterns and use-cases are in the [docs](https://docs.rs/once_cell/)! * [async_once_cell](https://crates.io/crates/async_once_cell) * [generic_once_cell](https://crates.io/crates/generic_once_cell) (bring your own mutex) -The API of `once_cell` is being proposed for inclusion in -[`std`](https://github.com/rust-lang/rfcs/pull/2788). +Parts of `once_cell` API are included into `std` [as of Rust 1.70.0](https://github.com/rust-lang/rust/pull/105587).