From 8a6c70047853d7122c3139ebb4e1df7af621568f Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 16 Sep 2019 06:18:06 +1200 Subject: [PATCH] Move rustyline to latest stable --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd3a6e0882..46fd25c2c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ documentation = "https://book.nushell.sh" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rustyline = { git = "https://github.com/kkawakam/rustyline" } +rustyline = "5.0.3" chrono = { version = "0.4.9", features = ["serde"] } derive-new = "0.5.8" prettytable-rs = "0.8.0"