From 52d316f143e6069a2fa8ba16bc2cff2baf7f1e83 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 23 Apr 2021 15:05:12 +0200 Subject: chore: release crates (#10327) Release crates for the cli 1.9.2 release. --- bench_util/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bench_util') diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index bcce2c834..e71c49568 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -8,10 +8,11 @@ description = "Bench and profiling utilities for deno crates" license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bencher = "0.1" -deno_core = { version = "0.85.0", path = "../core" } +deno_core = { version = "0.86.0", path = "../core" } tokio = { version = "1.4.0", features = ["full"] } -- cgit v1.2.3