--- Cargo.toml.orig 2025-05-27 13:19:29 UTC +++ Cargo.toml @@ -31,7 +31,7 @@ raw-cpuid = "10.6.0" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] raw-cpuid = "10.6.0" -[target.'cfg(target_os = "android")'.dev-dependencies] +[target.'cfg(any(target_os = "android", target_os = "freebsd"))'.dev-dependencies] tempfile = "3.3.0" [profile.release]