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.
This commit is contained in:
Fabian Boehm 2024-08-30 21:27:41 +02:00
parent 983746a697
commit 8ac06f5455

View file

@ -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]