From 4b6d5db26ef0f8f1ead9ccb0d619b7c96c90b847 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 2 Nov 2025 18:16:05 +0700 Subject: [PATCH] Release cargo-config requirement from depends.mk --- mk/depends.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mk/depends.mk b/mk/depends.mk index 68ed63b30..2c9746284 100644 --- a/mk/depends.mk +++ b/mk/depends.mk @@ -24,11 +24,4 @@ ifeq ($(shell which just),) $(error 'just' not found, install from crates.io or from your package manager) endif -ifneq ($(NIX_SHELL_BUILD),1) -CARGO_CONFIG_VERSION=0.1.1 -ifeq ($(shell env -u RUSTUP_TOOLCHAIN cargo install --list | grep '^cargo-config v$(CARGO_CONFIG_VERSION):$$'),) -$(error cargo-config $(CARGO_CONFIG_VERSION) not found, run "cargo install --force --version $(CARGO_CONFIG_VERSION) cargo-config") -endif -endif - endif