diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-27 13:30:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 18:30:21 +0000 |
| commit | e9fe71acb53c8856754ef892c463253cb96087ce (patch) | |
| tree | dedffed4cbee198a064bd3ff81058f951bf0b401 /Cargo.toml | |
| parent | 8d5c2313495014a6af842e21da802e01e11b8e08 (diff) | |
fix(unstable): sloppy imports should resolve .d.ts files during types resolution (#22602)
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 9949ad06c..be13eca7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "0.34.0", features = ["transpiling"] } +deno_ast = { version = "0.34.1", features = ["transpiling"] } deno_core = { version = "0.265.0", features = ["snapshot_data_bincode"] } deno_bench_util = { version = "0.133.0", path = "./bench_util" } |
