From d03ad6a257d5f745b918cb90e18ddc4f953fd1cf Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:22:07 -0600 Subject: [PATCH] update to latest reedline for the quick completions fix (#11673) # Description This PR updates nushell to the latest reedline main to fix the quick completions. # User-Facing Changes # Tests + Formatting # After Submitting --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 49df6b5495..d06959454a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4650,7 +4650,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.28.0" -source = "git+https://github.com/nushell/reedline?branch=main#090af4d323d09d48ca05a2690658759982df11bd" +source = "git+https://github.com/nushell/reedline?branch=main#a5d3c353ec9c2b74012e8f6d154ffd09525ee1c5" dependencies = [ "arboard", "chrono",