From cdc0b6958d3cb33829355885488b730bccde427c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 9 Mar 2021 20:12:13 +0100 Subject: chore: release crates (#9731) --- cli/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 751979263..cc42e2c0d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,8 +24,8 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.80.1" } -deno_runtime = { path = "../runtime", version = "0.9.1" } +deno_core = { path = "../core", version = "0.80.2" } +deno_runtime = { path = "../runtime", version = "0.9.3" } regex = "1.4.3" serde = { version = "1.0.123", features = ["derive"] } @@ -34,10 +34,10 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.80.1" } +deno_core = { path = "../core", version = "0.80.2" } deno_doc = "0.1.23" deno_lint = "0.2.19" -deno_runtime = { path = "../runtime", version = "0.9.1" } +deno_runtime = { path = "../runtime", version = "0.9.3" } atty = "0.2.14" base64 = "0.13.0" -- cgit v1.2.3