From 44791b583569dd97fdd6a0fb2ec016bd806f53fc Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Sat, 1 Jan 2022 12:27:45 +1100 Subject: [PATCH] Bump reedline, again (#635) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9dbea716e..829cf68be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#3292aaa2b4b6266c84d749476ebba874b8c6ebb9" +source = "git+https://github.com/nushell/reedline?branch=main#b82b6ebd35986cdee75e10b383799f645461f44f" dependencies = [ "chrono", "crossterm",