summaryrefslogtreecommitdiff
path: root/bench_util/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-08 20:34:18 +0200
committerGitHub <noreply@github.com>2021-06-08 20:34:18 +0200
commit3a96fe55a0d71b75975823c5535115683bb04880 (patch)
tree8526a3115bc1a0304a18defa128ece7f5fee5131 /bench_util/Cargo.toml
parentd679ebbb376aadfe3fb67d39b50025d8cf747e45 (diff)
chore: release crates (#10896)
Diffstat (limited to 'bench_util/Cargo.toml')
-rw-r--r--bench_util/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index ba660a8a0..16c2a0690 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_bench_util"
-version = "0.1.0"
+version = "0.2.0"
authors = ["the Deno authors"]
edition = "2018"
description = "Bench and profiling utilities for deno crates"
@@ -14,7 +14,7 @@ publish = true
[dependencies]
bencher = "0.1"
-deno_core = { version = "0.88.1", path = "../core" }
+deno_core = { version = "0.89.0", path = "../core" }
tokio = { version = "1.6.1", features = ["full"] }
[[bench]]