From c793bfc6a1c38fd50a9c30662c67ebee401db8dd Mon Sep 17 00:00:00 2001 From: zyl Date: Mon, 30 Mar 2026 13:59:22 +0800 Subject: [PATCH] build: restore repo cargo registry override --- .cargo/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 723ed52..e607b83 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ [source.crates-io] -registry = "sparse+https://index.crates.io/" +replace-with = "rsproxy-sparse" + +[source.rsproxy-sparse] +registry = "sparse+https://rsproxy.cn/index/"