Skip to content

Commit 0432d0a

Browse files
author
Vincent Rouillé
committed
Fix missing tokio features for tokio_async test
1 parent 9a6168c commit 0432d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundationdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ num-bigint = { version = "0.3.0", optional = true }
5454
byteorder = "1.3.2"
5555
lazy_static = "1.4.0"
5656
log = "0.4.8"
57-
tokio = { version = "0.2.9", features = ["rt-core"] }
57+
tokio = { version = "0.2.9", features = ["rt-core", "rt-threaded", "macros"] }

0 commit comments

Comments
 (0)