summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2019-11-27 08:03:58 -0800
committerGitHub <noreply@github.com>2019-11-27 08:03:58 -0800
commita537c03df71da49c356bb56882be920e38d37558 (patch)
treec923f506c82aeef069636be8f0a2db20c7462fc0 /core/Cargo.toml
parent3451c5fb55528427a8417fbceea86dc187fc93c5 (diff)
Revert "update deno_core_http_bench to Tokio 0.2 (#3408)"
It seems this has caused CI to go red for an unknown reason. This reverts commit 866dba8aa116677143a354af7f3271e4f9c417e1.
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
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"