Skip to content

Commit 5898166

Browse files
Update faq.md (tauri-apps#1442)
Co-authored-by: Lorenzo Lewis <[email protected]>
1 parent 8cd7b95 commit 5898166

File tree

1 file changed

+2
-2
lines changed
  • i18n/zh-cn/docusaurus-plugin-content-docs/current/guides

1 file changed

+2
-2
lines changed

i18n/zh-cn/docusaurus-plugin-content-docs/current/guides/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: 常见问题的解决方法
99
要使用 GitHub(前沿版本)的 Tauri,您需要更改项目中的 `Cargo.toml` 文件,并更新 CLI 和 API。
1010

1111
<details>
12-
<summary>从源仓库拉取 Rust create</summary>
12+
<summary>从源仓库拉取 Rust crate</summary>
1313

1414
将此附加到您的 `Cargo.toml` 文件:
1515

@@ -19,7 +19,7 @@ tauri = { git = "https://github.com/tauri-apps/tauri", branch = "dev" }
1919
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "dev" }
2020
```
2121

22-
这将强制所有依赖使用 `tauri``tauri-build` 时从 Git 拉取 ,而不是 create.io。
22+
这将强制所有依赖使用 `tauri``tauri-build` 时从 Git 拉取 ,而不是 crates.io。
2323

2424
</details>
2525

0 commit comments

Comments
 (0)