From 8259d463aa759af6510e66ded0a32610e38439a8 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Mon, 30 May 2022 09:26:57 +0200 Subject: [PATCH] Update reedline (#5678) More fixes/changes to default keybindings --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index bed0c1c509..ce14c331bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3794,7 +3794,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.6.0" -source = "git+https://github.com/nushell/reedline?branch=main#fe795caabc5401d811006b93d5a6d4f220a049ff" +source = "git+https://github.com/nushell/reedline?branch=main#a3dbc6232b4f82af965ac361dc2eb05608c65258" dependencies = [ "chrono", "crossterm",