From 3c6fac059e8e36a9120215ac0db584ac818405d0 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Fri, 15 Dec 2023 20:16:36 +0100 Subject: [PATCH] Properly update to the reedline repo patch (#11342) Follow up to #11339 --- Cargo.lock | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7925a9bfb..8a1be2a35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4392,9 +4392,8 @@ dependencies = [ [[package]] name = "reedline" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147452ce32c2cba4900b410f1d18b9ca29b67301a8eed76676e42e720d71cc39" +version = "0.27.1" +source = "git+https://github.com/nushell/reedline.git?branch=main#a4bfaa512be8b7214b80c63327930155da86978a" dependencies = [ "chrono", "crossterm", @@ -6469,8 +6468,3 @@ dependencies = [ "cc", "pkg-config", ] - -[[patch.unused]] -name = "reedline" -version = "0.27.1" -source = "git+https://github.com/nushell/reedline.git?branch=main#a4bfaa512be8b7214b80c63327930155da86978a"