From 39254ce54c62f62f1d0c9893dbc29c0cf8bb46ac Mon Sep 17 00:00:00 2001 From: shay7sev Date: Thu, 22 Jan 2026 20:49:12 +0800 Subject: [PATCH] fix(config): fix config --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0d06fd5..b7c4f6d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ [registries.kellnr] index = "sparse+https://kellnr.shay7sev.site/api/v1/crates/" + +[net] +git-fetch-with-cli = true