From c37f8446449f0f2a92296dbeef3f224374c29ab7 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Fri, 28 Jan 2022 22:26:19 +0100 Subject: [PATCH] Bump reedline (#873) Should remove the need for manual `str find-replace -a (char newline) (char crlf)` in `PROMPT_COMMAND` Fixes #575 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 4c16645736..c459ef6f77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2863,7 +2863,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#d10a2e7bcb8f3bef2ca349617c19e9504a8e5117" +source = "git+https://github.com/nushell/reedline?branch=main#998ddd545242d9eb2de066fabc7bf14d3e57a4d6" dependencies = [ "chrono", "crossterm",