Skip to content

Commit

Permalink
add back platform check for webpki-roots dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Nov 12, 2024
1 parent 5c768be commit c198784
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/tx5-signal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ tokio-tungstenite = { workspace = true }
tracing = { workspace = true }
tx5-core = { workspace = true }
url = { workspace = true }

[target.'cfg(not(any(target_os = "windows", target_os = "linux", target_os = "macos")))'.dependencies]
webpki-roots = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit c198784

Please sign in to comment.