Skip to content

Commit

Permalink
Merge pull request #3479 from mulkieran/remove-libdbus
Browse files Browse the repository at this point in the history
Remove vendored submodule from libdbus-sys
  • Loading branch information
mulkieran authored Oct 24, 2023
2 parents 131d1ce + 9124cfe commit d56d396
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 @@ -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" } ]

0 comments on commit d56d396

Please sign in to comment.