Test using arc_lc for darwin
This commit is contained in:
parent
a164ede493
commit
7e6975e5be
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue