mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
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:
parent
983746a697
commit
8ac06f5455
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ once_cell = "1.19.0"
|
||||||
fish-printf = { path = "./printf" }
|
fish-printf = { path = "./printf" }
|
||||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||||
widestring = "1.1.0"
|
widestring = "1.1.0"
|
||||||
|
# We need 0.9.0 specifically for some crash fixes.
|
||||||
terminfo = "0.9.0"
|
terminfo = "0.9.0"
|
||||||
|
|
||||||
[target.'cfg(not(target_has_atomic = "64"))'.dependencies]
|
[target.'cfg(not(target_has_atomic = "64"))'.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue