update nushell to latest reedline e4221b9 (#16044)

# Description

This PR just updates nushell to the latest reedline commit e4221b9 so we
can dogfood the most recent changes.
This commit is contained in:
Darren Schroeder
2025-06-25 16:49:26 -05:00
committed by GitHub
parent f69a812055
commit 3e758e899f
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -5941,8 +5941,7 @@ dependencies = [
[[package]] [[package]]
name = "reedline" name = "reedline"
version = "0.40.0" version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/nushell/reedline?branch=main#e4221b954ccc04940f3ed505ed4984d92fbe1f4c"
checksum = "b5cdfab7494d13ebfb6ce64828648518205d3ce8541ef1f94a27887f29d2d50b"
dependencies = [ dependencies = [
"arboard", "arboard",
"chrono", "chrono",

View File

@ -334,7 +334,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/nushell/reedline", branch = "main" }
# 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`