From 523d57b2d8f4624e98ebecd2b0177d3bf2729a45 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:43:14 -0600 Subject: [PATCH] bump reedline to test ExecuteHostCommand changes (#11993) # Description This PR bumps reedline to the latest main which has the `executehostcommand` changes https://github.com/nushell/reedline/pull/758 which essentially allows reedline/nushell to call `executehostcommand` in key bindings and rewrite the commandline buffer without inserting a newline. # 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 e890ede70bc..b7b87e78881 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4690,7 +4690,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.29.0" -source = "git+https://github.com/nushell/reedline?branch=main#c7c17442e09da6419ab174611070de37ec76d006" +source = "git+https://github.com/nushell/reedline?branch=main#4fd129588a7373acd3e154fb55a5b572948f7df7" dependencies = [ "arboard", "chrono",