-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
Because of network block in China, I'm using a public proxy for crates.io
in China, and found broken behavior:
Here is my config file:
[source.crates-io]
replace-with = "sjtu"
[source.sjtu]
registry = "https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index"
I was trying to found root cause of this, but I failed, if there is any help, would be great.
PS: remove 'replace-with' and update my packages from official registry, and put replace-with
back, nothing happend.
rami3l