diff options
Diffstat (limited to 'core')
-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 a0d4660f7..6b73cc02a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -30,4 +30,4 @@ path = "examples/http_bench.rs" # These dependendencies are only used for deno_core_http_bench. [dev-dependencies] derive_deref = "1.1.0" -tokio = { version = "0.2.21", features = ["rt-core", "tcp"] } +tokio = { version = "0.2.21", features = ["full"] } |