From 685dc78739016d4bb92459678b75646768a690b2 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Sun, 8 Dec 2024 08:43:36 -0600 Subject: [PATCH] update to reedline 9eb3c2d (#14541) # Description This PR updates nushell to the latest commit of reedline that fixes some rendering issues on window resize. # 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 54acf0f4c2..4a50d71724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5604,7 +5604,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.37.0" -source = "git+https://github.com/nushell/reedline?branch=main#3c46dc2c0c69476a625611a556e67ddb8439629c" +source = "git+https://github.com/nushell/reedline?branch=main#9eb3c2dd1375119c7f6bb8ecac07b715e72fe692" dependencies = [ "arboard", "chrono",