Skip to content

Commit

Permalink
try fix colliding embebedded-websocket feature with dep: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LimpidCrypto committed Jan 28, 2024
1 parent a7fa28d commit 08a2806
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,8 @@ requests = ["core", "amounts", "currencies"]
ledger = ["core", "amounts", "currencies"]
amounts = ["core"]
currencies = ["core"]
tungstenite = [
"dep:url",
"dep:futures",
"tokio/full",
"tokio-tungstenite/native-tls",
]
embedded-ws = ["dep:url", "dep:futures", "dep:embedded-websocket"]
tungstenite = ["url", "futures", "tokio/full", "tokio-tungstenite/native-tls"]
embedded-ws = ["url", "futures", "embedded-websocket"]
core = ["utils"]
utils = []
std = [
Expand Down

0 comments on commit 08a2806

Please sign in to comment.