From 3ab55f7de91a3d8d594bf5c7b55ad32da8bfdee7 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Mon, 7 Feb 2022 07:40:17 -0500 Subject: [PATCH] bump reedline (#970) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a3f13c1eb7..390aa2cd76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3303,7 +3303,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#805daea8b66f9b06761e956d4439a97138b57a4c" +source = "git+https://github.com/nushell/reedline?branch=main#ca727ff4a795346d3de040f89d3f2f96bf8c627b" dependencies = [ "chrono", "crossterm",