diff --git a/Cargo.toml b/Cargo.toml index 6b11ee7db6..4d4a2d0ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://github.com/nushell/nushell" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rustyline = "5.0.1" +rustyline = { git = "https://github.com/kkawakam/rustyline.git" } sysinfo = "0.9" chrono = { version = "0.4.7", features = ["serde"] } chrono-tz = "0.5.1"