From 46759c98c7d419c9ed72adca3f2fb2e6f01e24c6 Mon Sep 17 00:00:00 2001 From: mars Date: Wed, 12 Apr 2023 19:53:35 -0400 Subject: [PATCH] Disable toml dep display feature --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f22bc5f..57f310c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,14 @@ libc = "0.2.141" notify = "5" parking_lot = "0.12" ropey = "1.6" -toml = "0.7" yacexits = "0.1.5" [dependencies.syntect] version = "5" default-features = false features = ["default-syntaxes", "parsing", "regex-onig"] + +[dependencies.toml] +version = "0.7" +default-features = false +features = ["parse"]