diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-04-01 10:05:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 13:35:46 +0530 |
commit | 8d158058e5abab14d122712a716979b865620995 (patch) | |
tree | a54f4258eb4c427d086b24af2addb3917599e9ff /bench_util | |
parent | 8698492128310f713993bb115985d41d3fdca2db (diff) |
chore: forward v1.42.1 release commit to main (#23162)
This is the release commit being forwarded back to main for 1.42.1
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
Diffstat (limited to 'bench_util')
-rw-r--r-- | bench_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 38fbbc4e4..d7c3d0dbf 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_bench_util" -version = "0.137.0" +version = "0.138.0" authors.workspace = true edition.workspace = true license.workspace = true |