From 37c71b51bdf4b17e70902b54f3b68477a3b052fb Mon Sep 17 00:00:00 2001 From: kazeno Date: Thu, 15 Jan 2026 20:49:18 +0800 Subject: [PATCH] update title-page.md --- README.md | 1 + src/title-page.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d62f85..bb622ff 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ PS: * 对照源码位置:[https://github.com/rust-lang/book/tree/main/src][source] +* 注意源码 `src` 目录一般会比 [https://doc.rust-lang.org/book/](https://doc.rust-lang.org/book/) 要新,如果遇到冲突建议对照 `src` 目录。 * 每章翻译开头都带有官方链接和 commit hash 的注释,若发现与官方不一致,欢迎 Issue 或 PR [source]: https://github.com/rust-lang/book/tree/main/src diff --git a/src/title-page.md b/src/title-page.md index 1862d48..7bb8986 100644 --- a/src/title-page.md +++ b/src/title-page.md @@ -1,11 +1,10 @@ # Rust 程序设计语言 - - +[title-page.md](https://github.com/rust-lang/book/blob/f660f341887c8bbcd6c24fbfdf5d2a262f523965/src/title-page.md) **本书的英文原版作者为 Steve Klabnik 和 Carol Nichols,并由 Rust 社区补充完善。本简体中文译本由 Rust 中文社区翻译。** -本书的当前版本假设你使用 Rust 1.85.0(2025-02-17 发布)或更高版本并在所有项目的 Cargo.toml 文件中通过 `edition = "2024"`将其配置为使用 Rust 2024 edition 惯用法。请查看[第一章的 “安装” 部分][install]了解如何安装和升级 Rust。 +本书的当前版本假设你使用 Rust 1.90.0(2025-09-18 发布)或更高版本并在所有项目的 Cargo.toml 文件中通过 `edition = "2024"`将其配置为使用 Rust 2024 edition 惯用法。请查看[第一章的 “安装” 部分][install]了解如何安装和升级 Rust,并查看[附录 E][appendix-e]了解版本相关的信息。 本书的英文原版 HTML 格式可以在 [https://doc.rust-lang.org/stable/book/](https://doc.rust-lang.org/stable/book/) 在线阅读;使用 `rustup` 安装的 Rust 也包含一份英文离线版,运行 `rustup docs --book` 即可打开。 @@ -14,6 +13,7 @@ 本书也有[由 No Starch Press 出版的纸质版和电子版][nsprust]。 [install]: ch01-01-installation.html +[appendix-e]: appendix-05-editions.html [nsprust]: https://nostarch.com/rust-programming-language-2nd-edition [translations]: appendix-06-translation.html