diff options
| author | Bert Belder <bertbelder@gmail.com> | 2021-05-31 17:39:24 +0000 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 20:20:42 +0000 |
| commit | 1567c1013cc8ff12cf039137792da66a1d0015b5 (patch) | |
| tree | 68360ed495f2740850bddc0a97e4e8008a57740a /bench_util | |
| parent | 2c1f37b4a97922cfcec9393e2146c42d3d3b6e2e (diff) | |
v1.10.3
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 302712912..60e7b1cc1 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -14,5 +14,5 @@ publish = false [dependencies] bencher = "0.1" -deno_core = { version = "0.88.0", path = "../core" } +deno_core = { version = "0.88.1", path = "../core" } tokio = { version = "1.6.1", features = ["full"] } |
