Skip to content

Commit

Permalink
Test using arc_lc for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed May 25, 2024
1 parent a164ede commit 7e6975e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 7e6975e

Please sign in to comment.