From a745dd66fd9a478d7e5ab79208e7cc4eb373afc6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 12 Nov 2024 15:23:19 -0800 Subject: [PATCH] Disable toml "parse" feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0c015c..bba6405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ serde_path_to_error = "0.1" shlex = "1.3" target-triple = "0.1" termcolor = "1.4" -toml = "0.8" +toml = { version = "0.8", default-features = false, features = ["display"] }