Use ysthakur/reedline temporarily

This commit is contained in:
ysthakur 2024-07-06 13:52:55 -04:00
parent f170d2f618
commit 35c6fb0170
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -4828,8 +4828,7 @@ dependencies = [
[[package]] [[package]]
name = "reedline" name = "reedline"
version = "0.32.0" version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/ysthakur/reedline?branch=fuzzy-select-underline#fe7cbb85feb5236673d89702409ca59362c3e338"
checksum = "abf59e4c97b5049ba96b052cdb652368305a2eddcbce9bf1c16f9d003139eeea"
dependencies = [ dependencies = [
"arboard", "arboard",
"chrono", "chrono",

View File

@ -298,7 +298,7 @@ bench = false
# To use a development version of a dependency please use a global override here # 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 # changing versions in each sub-crate of the workspace is tedious
[patch.crates-io] [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"} # nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"}
# Run all benchmarks with `cargo bench` # Run all benchmarks with `cargo bench`