From bed236362a180a73893f3e15e4e9eefa8c222ebf Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:48:30 -0700 Subject: [PATCH] bump reedline to latest commit point on main (#12621) https://github.com/nushell/reedline/pull/781 This will allow others to test and make sure that this reedline fix works on other terminals and platforms... --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8cffbdc6c6..865c4bd112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4850,7 +4850,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.31.0" -source = "git+https://github.com/nushell/reedline?branch=main#46f410bfdce0b64c3d94fdc0271886f30d64b151" +source = "git+https://github.com/nushell/reedline?branch=main#cc9a957184800065bbc9741ef483a2dee19c2106" dependencies = [ "arboard", "chrono",