summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-04-13 22:20:58 -0400
committerGitHub <noreply@github.com>2024-04-13 22:20:58 -0400
commit76df7d7c9bb7b6b552fd33efbedb28e21969d46c (patch)
tree7b59b590acfc6092ea1d53f961afa11fc2cac110 /Cargo.toml
parent1fadb940f41f4f9f78e616c90008a31a44dc28bc (diff)
fix(publish): do not error for param with initializer before required parameter (#23356)
* https://github.com/denoland/deno_graph/pull/440 Closes https://github.com/denoland/deno/issues/23331
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 60b8f117d..374707265 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.36.1", features = ["transpiling"] }
+deno_ast = { version = "=0.36.2", features = ["transpiling"] }
deno_core = { version = "0.274.0" }
deno_bench_util = { version = "0.140.0", path = "./bench_util" }