From 260be40774b34ab45f09dfb588c538b271b9efc6 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 1 May 2022 22:41:25 +0200 Subject: [PATCH] Update reedline to use partial completion changes (#5401) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 15deda6f22..45ca24e47b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.4.0" -source = "git+https://github.com/nushell/reedline?branch=main#ed0e4200836027707270d1b6a1ba11a47731ba84" +source = "git+https://github.com/nushell/reedline?branch=main#23cbd8a74b889e2aa483128c82ce335b102816eb" dependencies = [ "chrono", "crossterm",