From 232098786294bd13d11002befaa0949cc6454e50 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Fri, 31 Dec 2021 11:36:01 +1100 Subject: [PATCH] Bump reedline (#627) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 78e475b418..2a8f9de898 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#afa83d9e70303ae5cdf49d68ef93452b8c2f4675" +source = "git+https://github.com/nushell/reedline?branch=main#913e58d4a9100137f3ecaa70e4c067c9e9f43dc6" dependencies = [ "chrono", "crossterm",