mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03: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:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user