From 8f9bd4a299659c51d3349bb97eb0aee2fb878894 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:13:27 -0500 Subject: [PATCH] remove sharkdp's lscolors repo again (#6290) somehow this got reverted accidentally by someone --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bad4cf3e6..c18ff83d96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,4 +125,3 @@ path = "src/main.rs" [patch.crates-io] reedline = { git = "https://github.com/nushell/reedline.git", branch = "main" } -lscolors = { git = "https://github.com/sharkdp/lscolors.git", branch = "master" }