From e083b75aefc484f091d05cdd2a239afc3cb042b3 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:30:28 -0600 Subject: [PATCH] update to latest reedline after column menu fix (#11715) # Description This PR updates to the latest reedline after the column menu fix. # 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 db4a884f3b..a93b21c00c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4641,7 +4641,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.28.0" -source = "git+https://github.com/nushell/reedline?branch=main#9f0095f1509e5753ed3a6bd4672e5697a4681156" +source = "git+https://github.com/nushell/reedline?branch=main#f2447364b923eaab55f6de4f73c1f79511c6b5eb" dependencies = [ "arboard", "chrono",