Skip to content

Commit 18ee5d4

Browse files
committed
fix: enable used but missing stream feature on tokio
1 parent ced09e0 commit 18ee5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async-native-tls = { version = "0.3.3", optional = true }
2020
actix-rt = { version = "1.1.1", optional = true }
2121
actix-threadpool = { version = "0.3.2", optional = true }
2222
async-std = { version = "1.6.0", features = [ "unstable" ], optional = true }
23-
tokio = { version = "0.2.21", optional = true, features = [ "blocking", "fs", "tcp", "uds", "macros", "rt-core", "rt-threaded", "time", "dns", "io-util" ] }
23+
tokio = { version = "0.2.21", optional = true, features = [ "blocking", "stream", "fs", "tcp", "uds", "macros", "rt-core", "rt-threaded", "time", "dns", "io-util" ] }
2424
tokio-native-tls = { version = "0.1.0", optional = true }
2525
native-tls = "0.2.4"
2626
once_cell = { version = "1.4", features = ["std"], optional = true }

0 commit comments

Comments
 (0)