diff --git a/.cargo/config.toml b/.cargo/config.toml index c4c2dd8..e194c22 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ +[net] +git-fetch-with-cli = true + [target.'cfg(target_os = "macos")'] runner = ["scripts/codesign-runner.sh"]