summaryrefslogtreecommitdiff
path: root/bench_util
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-28 20:59:23 +0200
committerGitHub <noreply@github.com>2021-06-28 20:59:23 +0200
commit30cba2484815f712502ae8937a25afa13aba0818 (patch)
tree496432652cf8ff00ee61e8d9a1e701fc65439596 /bench_util
parent9e875b2a2353eb4f3c6343a22e19c01276571cf6 (diff)
chore: release deno_core (#11164)
Diffstat (limited to 'bench_util')
-rw-r--r--bench_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 1acdd72b2..866c6f4b7 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -14,7 +14,7 @@ publish = true
[dependencies]
bencher = "0.1"
-deno_core = { version = "0.91.0", path = "../core" }
+deno_core = { version = "0.92.0", path = "../core" }
tokio = { version = "1.7.1", features = ["full"] }
[[bench]]