diff --git a/backend/.cargo/config.toml b/backend/.cargo/config.toml index 5babef3f8a..234ac9a50f 100644 --- a/backend/.cargo/config.toml +++ b/backend/.cargo/config.toml @@ -13,4 +13,7 @@ rustflags = [ "-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup", "-C", "link-args=-Wl,-rpath,$ORIGIN/" -] \ No newline at end of file +] + +[net] +git-fetch-with-cli = true \ No newline at end of file