diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-16 17:34:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-16 17:34:56 -0500 |
| commit | 544923afdc67e9946453901642746f37f22c8e24 (patch) | |
| tree | 36a79cc453f99fe6c74db50fe7fbead21b431f2a /Cargo.toml | |
| parent | ceca097e6f2215fce29f2e6aaca7702fa0a99404 (diff) | |
fix(doc): issue discovering re-exports of re-exports sometimes (#21223)
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 3d1fd01c1..c9f59745c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -deno_ast = { version = "0.31.2", features = ["transpiling"] } +deno_ast = { version = "0.31.5", features = ["transpiling"] } deno_core = { version = "0.230.0" } deno_runtime = { version = "0.131.0", path = "./runtime" } |
