diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-11-05 09:13:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 09:13:54 +0530 |
commit | 383cb85a730e42a2951ead84233ccef0ed3a23e8 (patch) | |
tree | 6334d3c38028bb2f15da61098f5cf09ad64391c2 /Cargo.toml | |
parent | 706b1dfcea8ab6bf7d155893ab795669107516a8 (diff) |
fix: op_run_microtasks crash (#26718)
Upgrade deno_core to 0.318.0
Fixes https://github.com/denoland/deno_core/issues/951
Fixes https://github.com/denoland/deno/issues/26468
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 f57563e0b..28ef2829e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.43.3", features = ["transpiling"] } -deno_core = { version = "0.316.0" } +deno_core = { version = "0.318.0" } deno_bench_util = { version = "0.169.0", path = "./bench_util" } deno_lockfile = "=0.23.1" |