From cd6c7a76f16f598d5d534b26f2c14bdfab52d529 Mon Sep 17 00:00:00 2001 From: xmh0511 <970252187@qq.com> Date: Thu, 29 Aug 2024 17:30:31 +0800 Subject: [PATCH] open mac_address for windows --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e8b2767..8a101525 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]