From 35c6fb017060cb0e5efa50d7b876acf5324f036b Mon Sep 17 00:00:00 2001 From: ysthakur <45539777+ysthakur@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:52:55 -0400 Subject: [PATCH] Use ysthakur/reedline temporarily --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c95f0d1435..3087267458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4828,8 +4828,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abf59e4c97b5049ba96b052cdb652368305a2eddcbce9bf1c16f9d003139eeea" +source = "git+https://github.com/ysthakur/reedline?branch=fuzzy-select-underline#fe7cbb85feb5236673d89702409ca59362c3e338" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7e5f436bbf..aa15a51f54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -298,7 +298,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/ysthakur/reedline", branch = "fuzzy-select-underline" } # nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"} # Run all benchmarks with `cargo bench`