diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-01 19:21:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 13:21:55 -0500 |
| commit | fa91ad91c1654592c49fd7b0f541e66200707f63 (patch) | |
| tree | 5b286e8c5e10832486fa10d724b0bf7005e59549 /Cargo.toml | |
| parent | aba91490d629eea9daeb016758ebeb16deb6f9bd (diff) | |
chore: upgrade deno_core 0.257.0 (#22225)
This upgrade includes all the necessary APIs for WASM imports
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 25b59185a..21340ef4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" |
