From 071ca2592f84fdbb26ce7680f553d48b9c307e3b Mon Sep 17 00:00:00 2001 From: Chen Miao Date: Fri, 14 Nov 2025 06:54:49 +0000 Subject: [PATCH] fix: Support github icon Signed-off-by: Chen Miao --- book.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/book.toml b/book.toml index 4092836..a98ec28 100644 --- a/book.toml +++ b/book.toml @@ -6,11 +6,10 @@ title = "Rust for Linux Insides" [output.html] git-repository-url = "https://github.com/hust-open-atom-club/rust-for-linux-insides" -git-repository-icon = "fa-github" mathjax-support = true [rust] -edition = "2021" +edition = "2024" [output.html.playground] editable = true