Skip to content

Commit

Permalink
Formatted cargo file for codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmarmour committed Jan 14, 2025
1 parent db821dd commit 575817e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ wit-parser = "0.212.0"
serde = { workspace = true, default-features = false }
serde_json = { workspace = true }
swc_core = { version = "10.0.1", features = [
"common_sourcemap",
"ecma_ast",
"ecma_parser",
"common_sourcemap",
"ecma_ast",
"ecma_parser",
] }
tempfile = { workspace = true }

Expand Down

0 comments on commit 575817e

Please sign in to comment.