From 8ac06f54551e3714d7ad9268d6a288df507bbfc4 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Fri, 30 Aug 2024 21:27:41 +0200 Subject: [PATCH] Comment why we need terminfo 0.9.0 This was attempted to relax in #10622, so before some poor packager tries warn them against it. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3baa69981..bcdcbd417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,7 @@ once_cell = "1.19.0" fish-printf = { path = "./printf" } rand = { version = "0.8.5", features = ["small_rng"] } widestring = "1.1.0" +# We need 0.9.0 specifically for some crash fixes. terminfo = "0.9.0" [target.'cfg(not(target_has_atomic = "64"))'.dependencies]