From 78b227d1ef8af80496e889d30aea613a39fe390f Mon Sep 17 00:00:00 2001 From: sholderbach Date: Mon, 24 Apr 2023 22:45:40 +0200 Subject: [PATCH] Pull the most recent reedline --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a2c5ce8bc..f13c33aa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4323,7 +4323,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.18.0" -source = "git+https://github.com/nushell/reedline.git?branch=main#f6b23420e21f1a0657913778e6556432d15ab694" +source = "git+https://github.com/nushell/reedline.git?branch=main#86beb8793e9fa910eada7929f50ea78207590a69" dependencies = [ "chrono", "crossterm 0.26.1",