mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Move to git rustyline to fix Ctrl+L
This commit is contained in:
parent
1fe85cb91e
commit
0ce216eec4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ nu-macros = { version = "0.7.0", path = "./crates/nu-macros" }
|
|||
|
||||
query_interface = "0.3.5"
|
||||
typetag = "0.1.4"
|
||||
rustyline = "5.0.4"
|
||||
rustyline = { git = "https://github.com/kkawakam/rustyline.git" }
|
||||
chrono = { version = "0.4.10", features = ["serde"] }
|
||||
derive-new = "0.5.8"
|
||||
prettytable-rs = "0.8.0"
|
||||
|
|
Loading…
Reference in a new issue