Pin reedline to 0.39.0 for release (#15338)

This commit is contained in:
Stefan Holderbach 2025-03-18 18:32:01 +01:00 committed by GitHub
parent 90c86e6cbf
commit 9cca4ec18b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

9
Cargo.lock generated
View File

@ -689,7 +689,7 @@ dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools 0.11.0",
"itertools 0.13.0",
"proc-macro2",
"quote",
"regex",
@ -5823,8 +5823,9 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.38.0"
source = "git+https://github.com/nushell/reedline?branch=main#dfdb167390bf9b550535cb8b5132e3122fd9f136"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd4728ee71d2aa3a364ee64470d1aa64b3f0467b2d28b73df15259d005dec64a"
dependencies = [
"arboard",
"chrono",
@ -8058,7 +8059,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -140,7 +140,7 @@ getrandom = "0.2" # pick same version that rand requires
rand_chacha = "0.3.1"
ratatui = "0.29"
rayon = "1.10"
reedline = "0.38.0"
reedline = "0.39.0"
rmp = "0.8"
rmp-serde = "1.3"
roxmltree = "0.20"
@ -323,7 +323,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`