From dfb9c997d35c924b2dd351d08de150306e4c426b Mon Sep 17 00:00:00 2001 From: blinxen Date: Sun, 15 Oct 2023 20:15:20 +0200 Subject: [PATCH] Remove unused dependency --- matcher/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/matcher/Cargo.toml b/matcher/Cargo.toml index dbbdbfd..a7e621e 100644 --- a/matcher/Cargo.toml +++ b/matcher/Cargo.toml @@ -10,7 +10,6 @@ readme = "../README.md" [dependencies] memchr = "2.5.0" -cov-mark = { version = "1.1.0", default-features = false } unicode-segmentation = { version = "1.10", optional = true } [features]