diff --git a/Cargo.lock b/Cargo.lock index cfbcb63c46..489414d4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5130,8 +5130,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57016fc0ec4c651a05cb80fb1200b7c3518afcc2f769edffe15aca2363395c15" +source = "git+https://github.com/nushell/reedline?branch=main#9cb1128aaab8f5c19ec37b94ac1a86a91915827f" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7ad7d9f5c3..e121b77d92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -313,7 +313,7 @@ bench = false # To use a development version of a dependency please use a global override here # changing versions in each sub-crate of the workspace is tedious [patch.crates-io] -# reedline = { git = "https://github.com/nushell/reedline", branch = "main" } +reedline = { git = "https://github.com/nushell/reedline", branch = "main" } # nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"} # Run all benchmarks with `cargo bench`