mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
partial completions bug (#4728)
This commit is contained in:
parent
fbb2e7136c
commit
02dfb57ed1
1 changed files with 1 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3392,7 +3392,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reedline"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/nushell/reedline?branch=main#e9c1e37d7cd0d301362b2b900a85dcaf3de05d53"
|
||||
source = "git+https://github.com/nushell/reedline?branch=main#e75a3c340a6062c6843956a8ebca234b98f33f0d"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"crossterm",
|
||||
|
|
Loading…
Reference in a new issue