From 7e6975e5be2a709a666288e8bc04abbc3242bdd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Sat, 25 May 2024 10:57:52 +0200 Subject: [PATCH] Test using arc_lc for darwin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b98a426..cc96747 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tokio-stream = { version = "0.1.15", features = ["net"] } [target.'cfg(any(os = "linux", os = "darwin"))'.dependencies] tokio-rustls = { version = "0.26.0", features = [] } -[target.'cfg(not(os = "linux"))'.dependencies] +[target.'cfg(not(any(os = "linux", os = "darwin")))'.dependencies] tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "tls12", "ring"] } tracing = { version = "0.1.40", features = ["log"] }