Skip to content

Commit

Permalink
Merge pull request #4065 from rust-lang/author-chris-krycho
Browse files Browse the repository at this point in the history
Add Chris Krycho as an author.
  • Loading branch information
chriskrycho authored Oct 10, 2024
2 parents 2bb3691 + 27f2d71 commit 2399b90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 1 addition & 0 deletions ci/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ JoinHandle
Kay's
kinded
Klabnik
Krycho
lang
LastWriteTime
latin
Expand Down
3 changes: 2 additions & 1 deletion src/title-page.md
Original file line number Diff line number Diff line change
@@ -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]<!-- ignore -->
Expand Down

0 comments on commit 2399b90

Please sign in to comment.