From 80c33903635c10fdb447a180c7bb6ce0ef86138d Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:07:58 -0800 Subject: [PATCH] [skip ci] Makefile: Remove build_rust_dependencies --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 960a8b80..0914fcd7 100644 --- a/Makefile +++ b/Makefile @@ -70,8 +70,7 @@ help: ## Install dependencies. setup: \ - pre_setup \ - build_rust_dependencies + pre_setup # check_for_homebrew \ # update_homebrew \