chore: stabilize local build environment
Some checks failed
Build Main Binary / build-binary (push) Has been cancelled
Check / Run backend checks (push) Has been cancelled
Check / Run frontend checks (push) Has been cancelled

This commit is contained in:
2026-03-20 01:52:42 +08:00
parent 315f00d654
commit 5f8d4450cc
2 changed files with 9 additions and 1 deletions

8
.cargo/config.toml Normal file
View File

@@ -0,0 +1,8 @@
[source.crates-io]
replace-with = "rsproxy-sparse"
[source.rsproxy-sparse]
registry = "sparse+https://rsproxy.cn/index/"
[net]
git-fetch-with-cli = true

View File

@@ -1,3 +1,3 @@
[toolchain] [toolchain]
channel = "1.93.1" channel = "stable"
components = ["clippy"] components = ["clippy"]