diff --git a/.cargo/config.toml b/.cargo/config.toml index e0b12c98bca..51f7f4316aa 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -19,3 +19,6 @@ linker = "lld-link" # Without this, the linker complains that libc functions are undefined - # it probably signals to rustc and lld-link that libucrt should be included. rustflags = ["-Ctarget-feature=+crt-static"] + +[net] +git-fetch-with-cli = true