Test using arc_lc for darwin

This commit is contained in:
Σrebe - Romain GERARD 2024-05-25 10:57:52 +02:00
parent a164ede493
commit 7e6975e5be
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -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"] }