From dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 27 Oct 2020 16:00:23 +0100 Subject: v1.5.0 Co-authored-by: Ryan Dahl --- cli/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6120e901c..6b1859647 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.4.6" +version = "1.5.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -20,20 +20,20 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.64.0" } -deno_web = { path = "../op_crates/web", version = "0.15.1" } -deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" } +deno_core = { path = "../core", version = "0.65.0" } +deno_web = { path = "../op_crates/web", version = "0.16.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.8.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.64.0" } +deno_core = { path = "../core", version = "0.65.0" } deno_doc = "0.1.13" deno_lint = "0.2.5" -deno_web = { path = "../op_crates/web", version = "0.15.1" } -deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" } +deno_web = { path = "../op_crates/web", version = "0.16.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.8.0" } atty = "0.2.14" base64 = "0.12.3" -- cgit v1.2.3