From a431de9c2b304f2f96c97e8e9963b4478582c147 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Sun, 13 Jul 2025 09:00:52 +0000 Subject: [PATCH] Use shallow clone for crates.io index --- recipes/dev/crates-io-index/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/dev/crates-io-index/recipe.toml b/recipes/dev/crates-io-index/recipe.toml index 0f9dc13f..0d0b92f1 100644 --- a/recipes/dev/crates-io-index/recipe.toml +++ b/recipes/dev/crates-io-index/recipe.toml @@ -1,5 +1,6 @@ [source] git = "https://github.com/rust-lang/crates.io-index.git" +shallow_clone = true [build] template = "custom"