From db4b3a561df35cfc8d4388daf071b2b1b3826e6e Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:44:09 -0600 Subject: [PATCH] update to latest reedline (#11844) # Description This fixes a panic with the text selection. Reference https://github.com/nushell/reedline/pull/751 https://github.com/nushell/reedline/issues/750 https://github.com/nushell/reedline/pull/689#issuecomment-1934813606 # 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 797b1e1423..f96458214b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4665,7 +4665,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.29.0" -source = "git+https://github.com/nushell/reedline?branch=main#02f551d42eeda2f277cb98416bb035529b2a91aa" +source = "git+https://github.com/nushell/reedline?branch=main#f773192e53c27a1e74f812d3181ef7a64b71c805" dependencies = [ "arboard", "chrono",