Skip to content

Commit

Permalink
Remove vendored submodule from libdbus-sys
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 24, 2023
1 parent 58fbded commit f631285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" } ]

0 comments on commit f631285

Please sign in to comment.