Skip to content

Commit

Permalink
fix: bump swc_core to 0.90.* (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz authored Mar 3, 2024
1 parent 2620c27 commit 94f1cc8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 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 @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
serde = "1.0.144"
serde_json = "1.0.85"
swc_core = { version = "0.89.*", features = ["ecma_plugin_transform", "ecma_ast", "ecma_utils", "ecma_visit", "ecma_transforms", "ecma_parser", "common"] }
swc_core = { version = "0.90.*", features = ["ecma_plugin_transform", "ecma_ast", "ecma_utils", "ecma_visit", "ecma_transforms", "ecma_parser", "common"] }

[dev-dependencies]
testing = "0.33.11"
Expand Down

0 comments on commit 94f1cc8

Please sign in to comment.