Test using arc_lc for darwin
This commit is contained in:
parent
689b16b736
commit
a164ede493
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ socket2 = { version = "0.5.7", features = [] }
|
|||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
tokio-stream = { version = "0.1.15", features = ["net"] }
|
||||
|
||||
[target.'cfg(os = "linux")'.dependencies]
|
||||
[target.'cfg(any(os = "linux", os = "darwin"))'.dependencies]
|
||||
tokio-rustls = { version = "0.26.0", features = [] }
|
||||
[target.'cfg(not(os = "linux"))'.dependencies]
|
||||
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "tls12", "ring"] }
|
||||
|
|
Loading…
Reference in a new issue