diff --git a/Cargo.lock b/Cargo.lock index 184315db5..7ad7fdc4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4279,8 +4279,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3afcd7fc553d129e9a03d17f15c4b4748baa589570f01a372caae2de81989b8" +source = "git+https://github.com/nushell/reedline.git?branch=main#9d6e22dd06d79b3f5ece716ef560148714c5489c" dependencies = [ "chrono", "crossterm 0.24.0", diff --git a/Cargo.toml b/Cargo.toml index 173e8ff13..4c6211929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,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.git", branch = "main" } +reedline = { git = "https://github.com/nushell/reedline.git", branch = "main" } # nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"} # Criterion benchmarking setup