--- crates/main/Cargo.toml.orig 2025-01-28 10:08:11 UTC +++ crates/main/Cargo.toml @@ -30,7 +30,7 @@ tokio = { version = "1.23", features = ["full"] } utils = { path = "../utils" } tokio = { version = "1.23", features = ["full"] } -[target.'cfg(not(target_env = "msvc"))'.dependencies] +[target.'cfg(not(target_os = "freebsd"))'.dependencies] jemallocator = "0.5.0" [features]