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 c2030b89f..748637089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "1.0.1", features = ["transpiling"] } +deno_ast = { version = "0.32.0", features = ["transpiling"] } deno_core = { version = "0.248.0" } deno_runtime = { version = "0.140.0", path = "./runtime" } |
