--- tests/Cargo.toml.orig 2025-03-24 16:54:15 UTC +++ tests/Cargo.toml @@ -67,5 +67,5 @@ form_urlencoded = "1.1.0" biscuit = "0.7.0" form_urlencoded = "1.1.0" -[target.'cfg(not(target_env = "msvc"))'.dependencies] +[target.'cfg(not(target_os = "freebsd"))'.dependencies] jemallocator = "0.5.0"