diff --git a/crates/jit-icache-coherence/Cargo.toml b/crates/jit-icache-coherence/Cargo.toml index 30a1965990..a2b8e3d25a 100644 --- a/crates/jit-icache-coherence/Cargo.toml +++ b/crates/jit-icache-coherence/Cargo.toml @@ -19,5 +19,5 @@ features = [ "Win32_System_Diagnostics_Debug", ] -[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.libc] +[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd"))'.dependencies.libc] version = "0.2.42"