forked from extern/nushell
Merge pull request #1109 from nushell/ctrl_l_clear
Move to git rustyline to fix Ctrl-L
This commit is contained in:
commit
be7550822c
@ -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 New Issue
Block a user