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]