Test using arc_lc for darwin
This commit is contained in:
parent
d12b26beb3
commit
205ded147f
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ socket2 = { version = "0.5.7", features = [] }
|
||||||
tokio = { version = "1.37.0", features = ["full"] }
|
tokio = { version = "1.37.0", features = ["full"] }
|
||||||
tokio-stream = { version = "0.1.15", features = ["net"] }
|
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 = [] }
|
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"] }
|
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "tls12", "ring"] }
|
||||||
|
|
||||||
tracing = { version = "0.1.40", features = ["log"] }
|
tracing = { version = "0.1.40", features = ["log"] }
|
||||||
|
|
Loading…
Reference in a new issue