diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-10 00:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 23:20:52 +0000 |
| commit | 69959aa01fab8ccc482cb3ee218af4e65d3fbc6e (patch) | |
| tree | 1221798cf514662cd0e52b3feaa0d16b58aa6697 /Cargo.toml | |
| parent | 741afc4b94427588c628925fef464623d373430f (diff) | |
fix: update deno_lint and swc (#21718)
Co-authored-by: David Sherret <dsherret@gmail.com>
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 fa2622ef7..aad9b851e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "0.31.6", features = ["transpiling"] } +deno_ast = { version = "1.0.1", features = ["transpiling"] } deno_core = { version = "0.244.0" } deno_runtime = { version = "0.138.0", path = "./runtime" } |
