From 34328335743a377a701c5b812ab725c34ecc29c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 21 Apr 2021 00:15:39 +0200 Subject: chore: release crates (#10269) * Revert "tooling(bench_util): benching and profiling utilities (#10223)" This reverts commit 733a00030582375c43fa156e978f25df6ecc9e9a. * Upgrade notify --- 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 b674690fe..98430fa6a 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.84.0" } -deno_runtime = { path = "../runtime", version = "0.11.0" } +deno_core = { path = "../core", version = "0.85.0" } +deno_runtime = { path = "../runtime", version = "0.12.0" } regex = "1.4.3" serde = { version = "1.0.125", features = ["derive"] } @@ -34,10 +34,10 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.84.0" } +deno_core = { path = "../core", version = "0.85.0" } deno_doc = "0.3.0" deno_lint = "0.4.0" -deno_runtime = { path = "../runtime", version = "0.11.0" } +deno_runtime = { path = "../runtime", version = "0.12.0" } atty = "0.2.14" base64 = "0.13.0" @@ -58,7 +58,7 @@ lazy_static = "1.4.0" libc = "0.2.93" log = { version = "0.4.14", features = ["serde"] } lspower = "1.0.0" -notify = "5.0.0-pre.6" +notify = "5.0.0-pre.7" percent-encoding = "2.1.0" pin-project = "1.0.6" regex = "1.4.3" -- cgit v1.2.3