diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-09-14 15:38:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 15:38:35 -0400 |
| commit | 16c27fce1ffd33081487aa21763c927d90c494ad (patch) | |
| tree | f6f0994c022c05d62c668193a11f00064ef6f26b /bench_util | |
| parent | 1848f43aa1a2de0fabcde7970327baf37c177003 (diff) | |
chore: bump crate versions for 0.14 (#12072)
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 e4014f553..1be3ad825 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.10.0" +version = "0.11.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" @@ -14,7 +14,7 @@ description = "Bench and profiling utilities for deno crates" [dependencies] bencher = "0.1" -deno_core = { version = "0.98.0", path = "../core" } +deno_core = { version = "0.99.0", path = "../core" } tokio = { version = "1.10.1", features = ["full"] } [[bench]] |
