From e93406254213b781ee552014c777d2df332a7ae9 Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Mon, 28 Mar 2022 08:43:27 +0100 Subject: [PATCH] corrects menu selection (#5004) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9323a84520..4172e3852a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.3.1" -source = "git+https://github.com/nushell/reedline?branch=main#e982abf7e21dcb41e9e1d715f64259a4817bb1bc" +source = "git+https://github.com/nushell/reedline?branch=main#bc18ba3260604172700bf5996f66635ee428d625" dependencies = [ "chrono", "crossterm",