Skip to content

Commit

Permalink
➖ zb: Drop uneeded deps xdg-home & async-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Mar 5, 2025
1 parent 92779b9 commit b409385
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
23 changes: 0 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ async-io = [
"async-executor",
"async-task",
"async-lock",
"async-fs",
# FIXME: We only currently only need this for unix but Cargo doesn't provide a way to enable
# features for only specific target OS: https://github.com/rust-lang/cargo/issues/1197.
"async-process",
Expand Down Expand Up @@ -64,7 +63,6 @@ ordered-stream = "0.2"
rand = { version = "0.9.0", optional = true }
event-listener = "5.3.0"
async-trait = "0.1.80"
xdg-home = "1.1.0"
tracing = "0.1.40"
winnow = "0.7"

Expand All @@ -75,7 +73,6 @@ async-lock = { version = "3.3.0", optional = true }
async-executor = { version = "1.11.0", optional = true }
blocking = { version = "1.6.0", optional = true }
async-task = { version = "4.7.1", optional = true }
async-fs = { version = "2.1.2", optional = true }
async-process = { version = "2.2.2", optional = true }
tokio = { version = "1.37.0", optional = true, features = [
"rt",
Expand Down

0 comments on commit b409385

Please sign in to comment.