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 f4f4a0bc3..cea3992c9 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -28,4 +28,4 @@ path = "examples/http_bench.rs" # tokio is only used for deno_core_http_bench [dev_dependencies] -tokio = { version = "0.2.0", features = ["full"] } +tokio = "0.1.18" |