From 40241e9be6b5c2fea4e11ea4ef1a9887056ef4ac Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:08:32 -0600 Subject: [PATCH] Revert "Bump reedline development version" (#11425) Reverts nushell/nushell#11406 This PR https://github.com/nushell/reedline/pull/688 is causing clear screens to happen at strange times. Documented here https://github.com/nushell/nushell/pull/11406#issuecomment-1869591405 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 079344d9b3560..01428c4e9c1db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4392,7 +4392,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.27.1" -source = "git+https://github.com/nushell/reedline.git?branch=main#e097b88dab538705c7b165cf3a1f5cf3a74a23bb" +source = "git+https://github.com/nushell/reedline.git?branch=main#a4bfaa512be8b7214b80c63327930155da86978a" dependencies = [ "chrono", "crossterm",