Last active
June 15, 2025 23:00
-
-
Save MeexReay/6ff9e15ffa0da82fc3de6794fba01dcf to your computer and use it in GitHub Desktop.
my cargo config that fixes all network troubles (.cargo/config.toml)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[net] | |
git-fetch-with-cli = true | |
[source.crates-io] | |
registry = "https://github.com/rust-lang/crates.io-index" | |
[http] | |
proxy = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment