From 8cad12a05cb6c4d2e2a649477129e8d1b138d0cc Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:58:54 -0600 Subject: [PATCH] update nushell to latest reedline main after pr revert (#11528) # Description This PR updates nushell to the latest reedline main branch after a reedline PR was reverted. # 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 5d638667b0..2032240bba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4375,7 +4375,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.28.0" -source = "git+https://github.com/nushell/reedline.git?branch=main#0c5f9817465df3c80e062dd1b5b05bdd91924b83" +source = "git+https://github.com/nushell/reedline.git?branch=main#ef7b96c157f644f97907858ec6aea6d377e6639b" dependencies = [ "chrono", "crossterm",