From efbe25bb35f0024a36a63d44f115142d94d7a2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 30 Mar 2025 10:05:18 +0300 Subject: [PATCH] Update book.toml rename `author` field to `authors` --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 05b898aa07..41328c2a64 100644 --- a/book.toml +++ b/book.toml @@ -1,7 +1,7 @@ [book] title = "Rust By Example" description = "Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries." -author = "The Rust Community" +authors = ["The Rust Community"] [output.html.playpen] editable = true