Skip to content

Commit

Permalink
Use tokio-stream in ws-tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
marmistrz committed Jun 10, 2022
1 parent 3011c73 commit 8b17399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -77,8 +77,8 @@ http-tls = ["http", "reqwest/default-tls"]
http-native-tls = ["http", "reqwest/native-tls"]
http-rustls-tls = ["http", "reqwest/rustls-tls"]
signing = ["secp256k1", "once_cell"]
ws-tokio = ["soketto", "url", "tokio", "tokio-util", "headers"]
ws-async-std = ["soketto", "url", "async-std", "headers"]
ws-tokio = ["soketto", "url", "tokio", "tokio-util", "headers", "tokio-stream"]
ws-async-std = ["soketto", "url", "async-std", "headers", "tokio-stream"]
ws-tls-tokio = ["async-native-tls", "async-native-tls/runtime-tokio", "ws-tokio"]
ws-tls-async-std = ["async-native-tls", "async-native-tls/runtime-async-std", "ws-async-std"]
ipc-tokio = ["tokio", "tokio-stream", "tokio-util"]
Expand Down

0 comments on commit 8b17399

Please sign in to comment.