diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-26 15:45:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 15:45:40 +0200 |
| commit | f9bb7949b8e64762fd160a61cb1760277f5df23a (patch) | |
| tree | 10b51a7f6d36ad1355b36d6ef66cfb71be35a581 /bench_util | |
| parent | b2fcd3d01458072265e5ce9bfe9e8ed34fe4c00b (diff) | |
chore: release crates (#11519)
Diffstat (limited to 'bench_util')
| -rw-r--r-- | bench_util/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index a1fd252f2..65e1f1c58 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.6.0" +version = "0.7.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.94.0", path = "../core" } +deno_core = { version = "0.95.0", path = "../core" } tokio = { version = "1.8.0", features = ["full"] } [[bench]] |
