diff options
| author | Satya Rohith <me@satyarohith.com> | 2022-03-03 21:29:01 +0530 |
|---|---|---|
| committer | David Sherret <dsherret@users.noreply.github.com> | 2022-03-03 15:05:18 -0500 |
| commit | 95459e60f65f4492528cccfa4c777b15e464bc39 (patch) | |
| tree | a6df32b33ce76cc0200fb923d0cf6f17f9ca166a /bench_util | |
| parent | 1db7566e2a570415f0c68e7b6b3e4d59174b4164 (diff) | |
chore: bump crate version for 1.19.2 (#13824)
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 9f168d5b6..8d1e3cc0c 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. [package] name = "deno_bench_util" -version = "0.32.0" +version = "0.33.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ description = "Bench and profiling utilities for deno crates" [dependencies] bencher = "0.1" -deno_core = { version = "0.120.0", path = "../core" } +deno_core = { version = "0.121.0", path = "../core" } tokio = { version = "1.10.1", features = ["full"] } [[bench]] |
