mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
Upgrade terminfo to 0.9.0
Should also fix the macos CI failures
This commit is contained in:
parent
92eee61fb5
commit
01bbdb02ae
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -505,8 +505,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "terminfo"
|
name = "terminfo"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
source = "git+https://github.com/meh/rust-terminfo?rev=7259f5aa5786a9d396162da0d993e268f6163fb2#7259f5aa5786a9d396162da0d993e268f6163fb2"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fnv",
|
"fnv",
|
||||||
"nom",
|
"nom",
|
||||||
|
|
|
@ -37,7 +37,7 @@ num-traits = "0.2.15"
|
||||||
once_cell = "1.17.0"
|
once_cell = "1.17.0"
|
||||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||||
widestring = "1.0.2"
|
widestring = "1.0.2"
|
||||||
terminfo = { git = "https://github.com/meh/rust-terminfo", rev = "7259f5aa5786a9d396162da0d993e268f6163fb2" }
|
terminfo = "0.9.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand_pcg = "0.3.1"
|
rand_pcg = "0.3.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user