chore: stabilize local build environment
This commit is contained in:
8
.cargo/config.toml
Normal file
8
.cargo/config.toml
Normal 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
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.93.1"
|
channel = "stable"
|
||||||
components = ["clippy"]
|
components = ["clippy"]
|
||||||
|
|||||||
Reference in New Issue
Block a user