diff options
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 8808058be..bff543f2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "=0.38.0", features = ["transpiling"] } +deno_ast = { version = "=0.38.1", features = ["transpiling"] } deno_core = { version = "0.278.0" } deno_bench_util = { version = "0.142.0", path = "./bench_util" } |