mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
Pull rust-terminfo-fix for rio terminal
https://github.com/meh/rust-terminfo/pull/42
This commit is contained in:
parent
a216b3cf6a
commit
4149a37f1c
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -505,7 +505,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "terminfo"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/meh/rust-terminfo?rev=870327dd79beaecf50db09a15931d5ee1de2a24d#870327dd79beaecf50db09a15931d5ee1de2a24d"
|
||||
source = "git+https://github.com/meh/rust-terminfo?rev=7259f5aa5786a9d396162da0d993e268f6163fb2#7259f5aa5786a9d396162da0d993e268f6163fb2"
|
||||
dependencies = [
|
||||
"fnv",
|
||||
"nom",
|
||||
|
|
|
@ -37,7 +37,7 @@ num-traits = "0.2.15"
|
|||
once_cell = "1.17.0"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
widestring = "1.0.2"
|
||||
terminfo = { git = "https://github.com/meh/rust-terminfo", rev = "870327dd79beaecf50db09a15931d5ee1de2a24d" }
|
||||
terminfo = { git = "https://github.com/meh/rust-terminfo", rev = "7259f5aa5786a9d396162da0d993e268f6163fb2" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand_pcg = "0.3.1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user