From 27f2d71453958e616c56ea92ecffc67421189b35 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Thu, 10 Oct 2024 12:26:39 -0600 Subject: [PATCH] Add Chris Krycho as an author. --- book.toml | 2 +- ci/dictionary.txt | 1 + src/title-page.md | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/book.toml b/book.toml index 2f3319bdba..491916a1cc 100644 --- a/book.toml +++ b/book.toml @@ -3,7 +3,7 @@ [book] title = "The Rust Programming Language" -authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"] +authors = ["Steve Klabnik", "Carol Nichols", "Chris Krycho", "Contributions from the Rust Community"] [output.html] additional-css = ["ferris.css", "theme/2018-edition.css", "theme/semantic-notes.css", "theme/listing.css"] diff --git a/ci/dictionary.txt b/ci/dictionary.txt index 33d56857fb..4364dc0d61 100644 --- a/ci/dictionary.txt +++ b/ci/dictionary.txt @@ -269,6 +269,7 @@ JoinHandle Kay's kinded Klabnik +Krycho lang LastWriteTime latin diff --git a/src/title-page.md b/src/title-page.md index 613de0ddd7..ff45326fd4 100644 --- a/src/title-page.md +++ b/src/title-page.md @@ -1,6 +1,7 @@ # The Rust Programming Language -*by Steve Klabnik and Carol Nichols, with contributions from the Rust Community* +*by Steve Klabnik, Carol Nichols, and Chris Krycho, with contributions from the +Rust Community* This version of the text assumes you’re using Rust 1.81.0 (released 2024-09-04) or later. See the [“Installation” section of Chapter 1][install]