diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-07-09 14:50:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-09 15:50:38 +0200 |
| commit | 0425dabb84b41d2b7d3204068ce8a1f4a397bce6 (patch) | |
| tree | 3a63063ff01f935a5f9835ba4319e4d216e97908 /Cargo.toml | |
| parent | 0087402094b9622e48787572ffa30a41f6b7f3ab (diff) | |
feat: upgrade deno_core to 0.293.0 (#24482)
Upgrades to V8 12.7.224.12
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 9df94cb10..b3f76a1c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.39.2", features = ["transpiling"] } -deno_core = { version = "0.292.0" } +deno_core = { version = "0.293.0" } deno_bench_util = { version = "0.152.0", path = "./bench_util" } deno_lockfile = "0.20.0" |
