From 475b18ab6b1ab40f5ef545604ec35a40eaecade9 Mon Sep 17 00:00:00 2001 From: liuziyang <1872405512@qq.com> Date: Sun, 17 Apr 2022 22:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84"?= =?UTF-8?q?=E5=9B=A0=E4=B8=BA=E5=AE=83"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/first-try/slowly-downloading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/first-try/slowly-downloading.md b/src/first-try/slowly-downloading.md index 1efd7b79..6a837c83 100644 --- a/src/first-try/slowly-downloading.md +++ b/src/first-try/slowly-downloading.md @@ -47,7 +47,7 @@ time = { registry = "ustc" } #### 覆盖默认的镜像地址 事实上,我们更推荐第二种方式,因为第一种方式在项目大了后,实在是很麻烦,全部修改后,万一以后不用这个镜像了,你又要全部修改成其它的。 -而第二种方式,则不需要修改 `Cargo.toml` 文件,因为它**因为它是直接使用新注册服务来替代默认的 `crates.io`**。 +而第二种方式,则不需要修改 `Cargo.toml` 文件,**因为它是直接使用新注册服务来替代默认的 `crates.io`**。 ```toml [source.crates-io]