File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ replace-with = 'mirror'
8
8
9
9
[ source.mirror]
10
10
registry = "sparse+{{endpoint}}/"
11
+
12
+ [ registries.mirror]
13
+ index = "sparse+{{endpoint}}/"
11
14
</tmpl >
12
15
13
16
注:` sparse+ ` 表示在使用稀疏索引,链接末尾的 ` / ` 不能缺少。
@@ -16,6 +19,8 @@ registry = "sparse+{{endpoint}}/"
16
19
17
20
注:cargo 仍会尝试读取不带 ` .toml ` 扩展名的配置文件(即 ` $CARGO_HOME/config ` ),但从 1.39 版本起,cargo 引入了对 ` .toml ` 扩展名的支持,并将其设为首选格式。请根据使用的 cargo 版本选择适当的配置文件名。
18
21
22
+ 注:使用 ` cargo search ` 、` cargo info ` 等命令时需要添加 ` --registry mirror ` ,例如 ` cargo search --registry mirror reqwest ` 。
23
+
19
24
在 Linux 环境可以使用下面的命令完成:
20
25
21
26
<tmpl z-lang =" bash " >
@@ -27,6 +32,9 @@ replace-with = 'mirror'
27
32
28
33
[ source.mirror]
29
34
registry = "sparse+{{endpoint}}/"
35
+
36
+ [ registries.mirror]
37
+ index = "sparse+{{endpoint}}/"
30
38
EOF
31
39
</tmpl >
32
40
You can’t perform that action at this time.
0 commit comments