From 02dfb57ed154389ca5548a12cb3c547b5aa9d777 Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Fri, 4 Mar 2022 17:53:00 +0000 Subject: [PATCH] partial completions bug (#4728) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a25eb2546d..036253715d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",