From 9124cfe30683927d8e611261e82f610bbab928d7 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 24 Oct 2023 13:00:06 -0400 Subject: [PATCH] Remove vendored submodule from libdbus-sys Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e72cab25b..25326b83c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -283,4 +283,4 @@ tier = "2" all-features = true exclude-crate-paths = [ { name = "num_cpus", exclude = "ci" }, { name = "libm", exclude = "ci" }, - { name = "libdbus-sys", exclude = "vendor/dbus/tools/docker" } ] + { name = "libdbus-sys", exclude = "vendor" } ]