Skip to content

Commit

Permalink
open mac_address for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xmh0511 committed Aug 29, 2024
1 parent 9e30d1e commit cd6c7a7
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 @@ -59,7 +59,7 @@ winapi = { version = "0.3", features = [
[target.'cfg(any(target_os = "macos", target_os = "freebsd"))'.dependencies]
ipnet = "2"

[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
[target.'cfg(any(target_os = "linux", target_os = "freebsd",target_os = "windows"))'.dependencies]
mac_address = "1.1.7"

[dev-dependencies]
Expand Down

0 comments on commit cd6c7a7

Please sign in to comment.