From 8f8749095c0dc5e71104228de650f671674f6fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 14 Dec 2020 17:11:17 +0100 Subject: chore: release crates (#8760) --- cli/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9f0dee413..8c24dc718 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,9 +20,9 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.71.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.14.0" } -deno_web = { path = "../op_crates/web", version = "0.22.0" } +deno_core = { path = "../core", version = "0.72.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.15.0" } +deno_web = { path = "../op_crates/web", version = "0.23.0" } regex = "1.3.9" serde = { version = "1.0.116", features = ["derive"] } @@ -31,10 +31,10 @@ winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.71.0" } +deno_core = { path = "../core", version = "0.72.0" } deno_doc = "0.1.18" deno_lint = "0.2.13" -deno_runtime = { path = "../runtime", version = "0.2.0" } +deno_runtime = { path = "../runtime", version = "0.2.1" } atty = "0.2.14" base64 = "0.12.3" -- cgit v1.2.3