Skip to content

Commit

Permalink
chore: upgrade deno_core 0.257.0 (denoland#22225)
Browse files Browse the repository at this point in the history
This upgrade includes all the necessary APIs for WASM imports
  • Loading branch information
bartlomieju committed Feb 1, 2024
1 parent aba9149 commit fa91ad9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -42,7 +42,7 @@ repository = "https://github.com/denoland/deno"

[workspace.dependencies]
deno_ast = { version = "0.32.0", features = ["transpiling"] }
deno_core = { version = "0.256.0" }
deno_core = { version = "0.257.0" }

deno_bench_util = { version = "0.130.0", path = "./bench_util" }
deno_lockfile = "0.18.0"
Expand Down

0 comments on commit fa91ad9

Please sign in to comment.