mirror of
https://github.com/nushell/nushell.git
synced 2025-04-01 11:46:20 +02:00
Bump reedline for recent completion fix (#15310)
Pulls in nushell/reedline#886 Related #13630
This commit is contained in:
parent
029f3843d3
commit
3dde851381
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -689,7 +689,7 @@ dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"cexpr",
|
||||
"clang-sys",
|
||||
"itertools 0.13.0",
|
||||
"itertools 0.11.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"regex",
|
||||
@ -5844,7 +5844,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "reedline"
|
||||
version = "0.38.0"
|
||||
source = "git+https://github.com/nushell/reedline?branch=main#f12c4f16aaeff9fd62ca8b2c75606b40e32489c7"
|
||||
source = "git+https://github.com/nushell/reedline?branch=main#dfdb167390bf9b550535cb8b5132e3122fd9f136"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"chrono",
|
||||
@ -8078,7 +8078,7 @@ version = "0.1.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Loading…
Reference in New Issue
Block a user