From 0ce216eec40794b2c724d072927271c6f24f9824 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Tue, 24 Dec 2019 05:26:30 +1300 Subject: [PATCH] Move to git rustyline to fix Ctrl+L --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0833ca56c5..f62bf64975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"