From e7410dd97d3b7d2281a68176225dc3a4413265f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 11 Apr 2025 11:22:01 +0300 Subject: [PATCH] remove the unused and deprecated `multilingual` field from `book.toml` --- book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/book.toml b/book.toml index fa5b7e3a..5e31b0c1 100644 --- a/book.toml +++ b/book.toml @@ -1,6 +1,5 @@ [book] authors = ["James Munns"] -multilingual = false src = "src" title = "The Embedded Rust Book"