Pull reedline development version (#15912)

To check https://github.com/nushell/reedline/pull/916

As this is the only commit since the last release, if problems are
encountered for Nushell we can revert this and forgo a reedline release

---------

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
This commit is contained in:
Stefan Holderbach 2025-06-07 22:19:25 +02:00 committed by GitHub
parent 8d46398e13
commit 3bf96523a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -3103,7 +3103,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@ -6089,8 +6089,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5cdfab7494d13ebfb6ce64828648518205d3ce8541ef1f94a27887f29d2d50b"
source = "git+https://github.com/nushell/reedline?branch=main#696bd4f1b654aea9af811ad8f311322e01a5eb84"
dependencies = [
"arboard",
"chrono",

View File

@ -330,7 +330,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`