Skip to content

Commit

Permalink
use latest version of nix
Browse files Browse the repository at this point in the history
  • Loading branch information
repnop committed Nov 14, 2023
1 parent 9c5ac44 commit 7fd22b2
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 @@ -14,7 +14,7 @@ keywords = ["mac", "address", "network", "interface"]
serde = { version = "1.0.117", features = ["derive"], optional = true }

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "openbsd", target_os = "android"))'.dependencies]
nix = "0.27"
nix = { version = "0.27", features = ["net"] }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winerror", "ws2def", "iphlpapi"] }
Expand Down

0 comments on commit 7fd22b2

Please sign in to comment.