From e93fbb3b9703ee4dc31745a771207e873be43dd0 Mon Sep 17 00:00:00 2001 From: timofey Date: Thu, 28 Sep 2023 01:06:27 +0000 Subject: [PATCH] edition = "2021" --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index 43952d4..b5d40d6 100644 --- a/book.toml +++ b/book.toml @@ -5,6 +5,9 @@ multilingual = false src = "src" title = "Monads in Rust" +[rust] +edition = "2021" + [build] build-dir = "book" create-missing = false