From ba0c25d5f30110da5503dcda0a16980269219d00 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 05856a69262..420f15a9c14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -282,4 +282,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" } ]