Merge pull request #1109 from nushell/ctrl_l_clear

Move to git rustyline to fix Ctrl-L
This commit is contained in:
Jonathan Turner 2019-12-24 05:48:42 +13:00 committed by GitHub
commit be7550822c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"