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"] }