From d12c08470f16be5ebee5ac0110710295dedddd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Dupr=C3=A9?= Date: Tue, 11 Mar 2025 23:12:10 +0100 Subject: [PATCH] chore: pin once_cell<1.21 to enforce MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81989828..518f4faf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ ansi-parsing = [] [dependencies] libc = "0.2.99" -once_cell = "1.8" +once_cell = "1.8,<1.21" # version 1.21 requires Rust >= 1.70 unicode-width = { version = "0.2", optional = true } [target.'cfg(windows)'.dependencies]