Skip to content

Commit e359c48

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ 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"]
80+
ws-tokio = ["soketto", "url", "tokio", "tokio-util", "headers", "tokio-stream"]
8181
ws-async-std = ["soketto", "url", "async-std", "headers"]
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"]

0 commit comments

Comments
 (0)