From ea84db4bce767c1a39400d618459a3138b16184e Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Fri, 15 Mar 2024 16:23:08 +0100 Subject: [PATCH] feat(cargo): Add git fetching fix Signed-off-by: Noah Knegt --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 70a8882..457b580 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,6 @@ +[net] +git-fetch-with-cli = true + [registries] [registries.git_noahknegt_com_ev-charging]