Test using arc_lc for darwin

This commit is contained in:
Σrebe - Romain GERARD 2024-05-25 11:11:00 +02:00
parent d12b26beb3
commit 205ded147f
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -46,9 +46,9 @@ socket2 = { version = "0.5.7", features = [] }
tokio = { version = "1.37.0", features = ["full"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
[target.'cfg(any(targt_os = "linux", target_os = "macos"))'.dependencies]
[target.'cfg(any(os = "linux", os = "macos"))'.dependencies]
tokio-rustls = { version = "0.26.0", features = [] }
[target.'cfg(not(any(target_os = "linux", target_os = "macos")))'.dependencies]
[target.'cfg(not(any(os = "linux", os = "macos")))'.dependencies]
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "tls12", "ring"] }
tracing = { version = "0.1.40", features = ["log"] }