From fd922718847638805a6afa56009a7ba17bb305e4 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Thu, 31 Oct 2019 09:14:47 +1300 Subject: [PATCH] Move rustyline dep back to crates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52589cb733..97b02b450c 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.git" } +rustyline = "5.0.4" chrono = { version = "0.4.9", features = ["serde"] } derive-new = "0.5.8" prettytable-rs = "0.8.0"