From 3d04cd3059ca2e3b9b4efd618621d3d6a8bc4bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 4 Apr 2025 08:36:41 +0300 Subject: [PATCH] Update book.toml fix the authors field See https://rust-lang.github.io/mdBook/format/configuration/general.html#general-metadata --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 9d6c896c9..348cad88e 100644 --- a/book.toml +++ b/book.toml @@ -1,7 +1,7 @@ [book] title = "The Rust Reference" -author = "The Rust Project Developers" +authors = ["The Rust Project Developers"] [output.html] additional-css = ["theme/reference.css"]