From 23d8897eb2582a217b0bd7c63b0d2f318c9315d6 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Fri, 4 Oct 2024 08:58:25 +0100 Subject: [PATCH] Ignore build data with dash as well --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c9f9b61d..02ec9770 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -26,4 +26,4 @@ insta = { workspace = true } tempfile = { workspace = true } [package.metadata.cargo-machete] -ignored = ["build_data"] # apparently cargo-machete doesn't find dependencies used by build scripts +ignored = ["build-data", "build_data"] # apparently cargo-machete doesn't find dependencies used by build scripts