summaryrefslogtreecommitdiff
path: root/bench_util
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-04-23 15:05:12 +0200
committerGitHub <noreply@github.com>2021-04-23 15:05:12 +0200
commit52d316f143e6069a2fa8ba16bc2cff2baf7f1e83 (patch)
tree814d1ca47bc7c372c318f62abef9fb3a1a9b84d2 /bench_util
parent0cef6aca86af713692537703604ad89377e445e3 (diff)
chore: release crates (#10327)
Release crates for the cli 1.9.2 release.
Diffstat (limited to 'bench_util')
-rw-r--r--bench_util/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"] }