Commit 480d186d authored by Chunchi Che's avatar Chunchi Che

Merge branch 'optimize/cargo/source' into 'main'

optimize cargo config

See merge request !170
parents bb28d368 c61de314
[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
replace-with = 'ustc'
[source.ustc]
registry = "git://mirrors.ustc.edu.cn/crates.io-index"
......@@ -23,10 +23,3 @@ wasm-bindgen-test = "0.3.13"
[profile.release]
opt-level = "s"
[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
replace-with = 'ustc'
[source.ustc]
registry = "git://mirrors.ustc.edu.cn/crates.io-index"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment