diff --git a/.cargo/config b/.cargo/config index 34b8c245c..363ea31a0 100644 --- a/.cargo/config +++ b/.cargo/config @@ -6,4 +6,6 @@ rustflags = [ [target.x86_64-unknown-linux-musl] rustflags = [ "-C", "target-feature=-crt-static" -] \ No newline at end of file +] +[net] +git-fetch-with-cli = true \ No newline at end of file