diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-10-09 09:04:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 10:04:44 +0200 |
commit | 20ae8db50d7d48ad020b83ebe78dc0e9e9eab3b2 (patch) | |
tree | 32076d083f7ed339dcf080fa535cbf6e3c0fd1ed /Cargo.toml | |
parent | 0dfd333649acd85508e62bb60e3be4946e543597 (diff) |
fix(repl): importing json files (#26053)
Closes https://github.com/denoland/deno/issues/26041
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 d811d44b5..badc84992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "=0.42.1", features = ["transpiling"] } +deno_ast = { version = "=0.42.2", features = ["transpiling"] } deno_core = { version = "0.311.0" } deno_bench_util = { version = "0.165.0", path = "./bench_util" } |