Skip to content

Commit

Permalink
fix: update swc_ecma_parser to 0.114.1 (#23816)
Browse files Browse the repository at this point in the history
Has some explicit resource management fixes.
  • Loading branch information
dsherret committed May 14, 2024
1 parent 4ddc85e commit 3b51ea7
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
112 changes: 56 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"

[workspace.dependencies]
deno_ast = { version = "=0.38.1", features = ["transpiling"] }
deno_ast = { version = "=0.38.2", features = ["transpiling"] }
deno_core = { version = "0.280.0" }

deno_bench_util = { version = "0.145.0", path = "./bench_util" }
Expand Down

0 comments on commit 3b51ea7

Please sign in to comment.