Skip to content

Commit 8b17399

Browse files
committed
Use tokio-stream in ws-tokio
1 parent 3011c73 commit 8b17399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ http-tls = ["http", "reqwest/default-tls"]
7777
http-native-tls = ["http", "reqwest/native-tls"]
7878
http-rustls-tls = ["http", "reqwest/rustls-tls"]
7979
signing = ["secp256k1", "once_cell"]
80-
ws-tokio = ["soketto", "url", "tokio", "tokio-util", "headers"]
81-
ws-async-std = ["soketto", "url", "async-std", "headers"]
80+
ws-tokio = ["soketto", "url", "tokio", "tokio-util", "headers", "tokio-stream"]
81+
ws-async-std = ["soketto", "url", "async-std", "headers", "tokio-stream"]
8282
ws-tls-tokio = ["async-native-tls", "async-native-tls/runtime-tokio", "ws-tokio"]
8383
ws-tls-async-std = ["async-native-tls", "async-native-tls/runtime-async-std", "ws-async-std"]
8484
ipc-tokio = ["tokio", "tokio-stream", "tokio-util"]

0 commit comments

Comments
 (0)