blob: 5273833d91131ccc314c982dca4faa3a3eed9aa3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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]
|