From 305b6d51105c2c152bb8d858634cbce778d61ce1 Mon Sep 17 00:00:00 2001 From: zyl Date: Mon, 30 Mar 2026 13:48:33 +0800 Subject: [PATCH] build: stop using broken rsproxy registry --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..723ed52 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[source.crates-io] +registry = "sparse+https://index.crates.io/"