From d67120be190c09598befda2e056c6ce271ede0bf Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:07:34 -0500 Subject: [PATCH] update to reedline 5e556bfd (#14034) # Description This PR updates nushell to the latest commit 5e556bfd. # 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 cc40db6fa8..ced79abfdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5147,7 +5147,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.35.0" -source = "git+https://github.com/nushell/reedline?branch=main#871075e62b5703cfc584e4e02b14c2473f5b0b63" +source = "git+https://github.com/nushell/reedline?branch=main#5e556bfd2855420e782e1753da13a4fcb798f2c7" dependencies = [ "arboard", "chrono",