diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-21 23:33:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 22:33:21 +0000 |
| commit | 777e7eaa81ae2477852596976be6b8b360742e2e (patch) | |
| tree | 7ad4cc2989903f5eddfb867b15645270c04cb121 /Cargo.toml | |
| parent | 48da3c17ea905f50b82948e6f94795e1589f852e (diff) | |
feat: Upgrade V8 to 12.9 (#25138)
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 2ae25e08a..27a2e48ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.41.2", features = ["transpiling"] } -deno_core = { version = "0.305.0" } +deno_core = { version = "0.306.0" } deno_bench_util = { version = "0.158.0", path = "./bench_util" } deno_lockfile = "0.21.2" |
