diff --git a/Cargo.lock b/Cargo.lock index f4495d6bfa..89e5127356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5006,8 +5006,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f8c676a3f3814a23c6a0fc9dff6b6c35b2e04df8134aae6f3929cc34de21a53" +source = "git+https://github.com/nushell/reedline?branch=main#919292e40fd417e3da882692021961b444150c59" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e60acd2548..ce62fa745e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -305,8 +305,8 @@ 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" } +[patch.crates-io] +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`