diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-17 02:13:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-17 01:13:34 +0000 |
| commit | aaf2bf4bfbf90bed0b6e9812f337f057d1d24f93 (patch) | |
| tree | c8e9f889c5864fcdc9d14bda0b13190449deae00 /Cargo.toml | |
| parent | 01b5dfd9ea927d41492fde352cd79f7b972439b9 (diff) | |
chore: upgrade deno_core (#25674)
No functional changes, just removes dead code.
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 e5d8c6e05..5cf29fadc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.42.0", features = ["transpiling"] } -deno_core = { version = "0.308.0" } +deno_core = { version = "0.309.0" } deno_bench_util = { version = "0.162.0", path = "./bench_util" } deno_lockfile = "=0.23.1" |
