Closed vincentfretin closed 3 months ago
Replace once_cell::sync::OnceCell by built-in OnceLock https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html#oncecell-and-oncelock and once_cell::sync::Lazy by built-in LazyLock (https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html) This requires rust 1.80.
once_cell::sync::OnceCell
OnceLock
once_cell::sync::Lazy
LazyLock
Replace
once_cell::sync::OnceCell
by built-inOnceLock
https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html#oncecell-and-oncelock andonce_cell::sync::Lazy
by built-inLazyLock
(https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html) This requires rust 1.80.