diff --git a/Cargo.lock b/Cargo.lock index 6802f81e72..1be8d8902c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5809,8 +5809,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bfa8cb0ad84c396c936d8abb814703d7042a433d2da75a0c7060cbdc89109f3" +source = "git+https://github.com/nushell/reedline?branch=main#4ca1ed960f8b3a1c9c28e1b5dbfd9e2fd6ae3907" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 259e4c1371..64e54b192e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -324,7 +324,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`