Skip to content

Commit f66a577

Browse files
committed
crates.io-index: Disable full clone support
1 parent d3a462e commit f66a577

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

docs/crates.io-index.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,7 @@ EOF
4646

4747
!!! note "cargo <= 1.68?"
4848

49-
如果 cargo 版本低于 1.68,则必须设置为完整克隆仓库,`[source.ustc]` 里的 `registry` 需要修改为:
50-
51-
```toml
52-
[source.ustc]
53-
registry = "https://mirrors.ustc.edu.cn/crates.io-index/"
54-
```
55-
56-
完整克隆仓库速度**远慢于**新版的稀疏索引,因此**强烈建议升级 cargo 版本**。详见[相关镜像](#related-mirrors)。
57-
58-
!!! note "cargo <= 1.38?"
59-
60-
如果正在使用的 cargo 版本低于 1.38,则需要修改的文件为 `config` 文件,而不是 `config.toml` 文件。
49+
自 2026 年 5 月 19 日起,我们不再提供完整克隆仓库的支持,请**升级 cargo 版本**。详见[相关镜像](#related-mirrors)。
6150

6251
!!! warning
6352

0 commit comments

Comments
 (0)