Skip to content

Commit

Permalink
Merge pull request #568 from bilelmoussaoui/patch-1
Browse files Browse the repository at this point in the history
zb: Add missing nix feature
  • Loading branch information
zeenix authored Feb 4, 2024
2 parents b95c6a3 + 1095cfd commit 62be05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ winapi = { version = "0.3", features = [
uds_windows = "1.0.2"

[target.'cfg(unix)'.dependencies]
nix = { version = "0.26.0", default-features = false, features = ["socket", "uio"] }
nix = { version = "0.26.0", default-features = false, features = ["socket", "uio", "user"] }

[target.'cfg(target_os = "macos")'.dependencies]
# FIXME: This should only be enabled if async-io feature is enabled but currently
Expand Down

0 comments on commit 62be05f

Please sign in to comment.