Skip to content

Commit 86456d3

Browse files
authored
fix: upgrade deno_core to 0.352.1 (#30119)
1 parent 874cb8e commit 86456d3

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repository = "https://github.com/denoland/deno"
6060

6161
[workspace.dependencies]
6262
deno_ast = { version = "=0.48.2", features = ["transpiling"] }
63-
deno_core = { version = "0.352.0" }
63+
deno_core = { version = "0.352.1" }
6464

6565
deno_cache_dir = "=0.23.0"
6666
deno_doc = "=0.179.0"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
error: Uncaught[WILDCARD] RuntimeError: unreachable
2-
at <anonymous> (wasm://wasm/2fb7b482:1:41)
2+
at <anonymous> (wasm://wasm/d1c677ea:1:41)
33
at [WILDCARD]/wasm_unreachable.js:[WILDCARD]
4+
at eventLoopTick (ext:core/01_core.js:[WILDCARD])

0 commit comments

Comments
 (0)