Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersayshi committed Oct 31, 2024
1 parent 82ab7db commit 877e8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }
indicatif = "0.17"
swc_common = "2.0.1" # Replace with the latest version
swc_common = "2.0.1"
swc_ecma_parser = "3.0.1"
swc_ecma_codegen = "2.0.0"
swc_ecma_ast = "2.0.0"
Expand Down

0 comments on commit 877e8ad

Please sign in to comment.