diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-10-14 18:01:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 12:31:51 +0000 |
commit | dfbf03eee798da4f42a1bffeebd8edd1d0095406 (patch) | |
tree | d08d28cc6b01b72b0233537abe89faf7a8cf85b7 /Cargo.toml | |
parent | 3eda179220370e9c9093427fb694eed746548008 (diff) |
perf: use fast calls for microtask ops (#26236)
Updates deno_core to 0.312.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1128c64e3..a4ec99953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.42.2", features = ["transpiling"] } -deno_core = { version = "0.311.0" } +deno_core = { version = "0.312.0" } deno_bench_util = { version = "0.165.0", path = "./bench_util" } deno_lockfile = "=0.23.1" |