diff --git a/content/rust/02-cargo.md b/content/rust/02-cargo.md index 5068c45d..a93da510 100644 --- a/content/rust/02-cargo.md +++ b/content/rust/02-cargo.md @@ -7,7 +7,7 @@ cargo 是 Rust 的构建系统和包管理器。 ## 配置国内 rsproxy 源 ```bash -vim ~/.cargo/config +vim ~/.cargo/config.toml ``` ```toml