diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-01 23:15:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 22:15:20 +0000 |
| commit | 5c54dc5840e26410e364619b73b4721ce1815cef (patch) | |
| tree | 6e1c637939361820b31b4e8188308c7299573240 /Cargo.toml | |
| parent | ba932782817b1961aac89f741bf05a2c32c1bf15 (diff) | |
fix: regressions around Error.prepareStackTrace (#24839)
Includes:
- https://github.com/denoland/deno_core/pull/858
- https://github.com/denoland/deno_core/pull/856
Fixes https://github.com/denoland/deno/issues/24782
Fixes https://github.com/denoland/deno/issues/24825
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 10cd6deea..aa1e35dd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.41.2", features = ["transpiling"] } -deno_core = { version = "0.300.0" } +deno_core = { version = "0.301.0" } deno_bench_util = { version = "0.158.0", path = "./bench_util" } deno_lockfile = "0.20.0" |
