Skip to content

Commit

Permalink
fix: upgrade deno_core to 0.307.0 (denoland#25287)
Browse files Browse the repository at this point in the history
- fix for denoland#25160
- changes needed to land denoland#25140
  • Loading branch information
devsnek authored Aug 29, 2024
1 parent c6793f5 commit 01eb017
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repository = "https://github.com/denoland/deno"

[workspace.dependencies]
deno_ast = { version = "=0.41.2", features = ["transpiling"] }
deno_core = { version = "0.306.0" }
deno_core = { version = "0.307.0" }

deno_bench_util = { version = "0.160.0", path = "./bench_util" }
deno_lockfile = "=0.23.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/testdata/run/heapstats.js.out
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Allocated: 4MB
Freed: -4MB
Allocated: 8MB
Freed: -8MB

0 comments on commit 01eb017

Please # to comment.