From 0e0322ef3f35bd1d8f6fe0e3771121b43662ac8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Sat, 5 Apr 2025 14:14:24 +0200 Subject: [PATCH] chore: update book to Rust edition 2024 --- book/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.toml b/book/book.toml index c551876..bbebb08 100644 --- a/book/book.toml +++ b/book/book.toml @@ -14,4 +14,4 @@ edit-url-template = "https://github.com/RustForWeb/shield/edit/main/book/{path}" git-repository-url = "https://github.com/RustForWeb/shield" [rust] -edition = "2021" +edition = "2024"