From 9b350dab6ea0621eb0aac245ad2afe076170ffff Mon Sep 17 00:00:00 2001 From: furkan sahin Date: Wed, 28 Feb 2024 14:54:11 +0100 Subject: [PATCH] remove cli git dependency --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 7adeccb46d..05f3b7de87 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -41,6 +41,3 @@ rustflags = [ "-Dclippy::unwrap_used", "-Dclippy::expect_used", ] - -[net] -git-fetch-with-cli = true