Skip to content

Commit

Permalink
feat: update swc_core to 0.104 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Sep 16, 2024
1 parent dab3846 commit e1111c5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 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 @@ -24,7 +24,7 @@ regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
swc_cached = "0.3"
swc_core = { version = "0.103", features = ["ecma_plugin_transform"] }
swc_core = { version = "0.104", features = ["ecma_plugin_transform"] }

# .cargo/config defines few alias to build plugin.
# cargo build-wasi generates wasm-wasi32 binary
Expand Down

0 comments on commit e1111c5

Please sign in to comment.