diff options
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index fb1a2dd8f..59a0bd2bc 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -29,5 +29,5 @@ path = "examples/http_bench.rs" # tokio is only used for deno_core_http_bench [dev_dependencies] -tokio = { version = "0.2", features = ["full"] } +tokio = { version = "0.2", features = ["rt-core", "tcp"] } num_cpus = "1.11.1" |