summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-09-01 18:02:05 -0400
committerGitHub <noreply@github.com>2020-09-02 00:02:05 +0200
commit050c865af46a00801c61c0f122113f61fa2a977b (patch)
treed9e7d4509605317013c23e0a866e3c01e26d1eea /cli
parentce63806c641cd9b61045a3d65f8969e877a71e17 (diff)
deno_web 0.6.0 (#7317)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 34b491d6a..3ecb5ca23 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -21,7 +21,7 @@ path = "./bench/main.rs"
[build-dependencies]
deno_core = { path = "../core", version = "0.55.0" }
-deno_web = { path = "../op_crates/web", version = "0.5.0" }
+deno_web = { path = "../op_crates/web", version = "0.6.0" }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"