From fbfe887084b12d19b4c77e4d454b6708dc0b6b8d Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 2 Aug 2023 08:39:17 -0700 Subject: [PATCH] Add note to not update toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c9f329e..bb622de8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" shlex = "1.1.0" tempfile = "3.4.0" -toml = "0.5.11" +toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/2037 topological-sort = "0.2.2" # Watch feature