Skip to content

Commit

Permalink
feat: update swc_core to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Nov 7, 2024
1 parent 850c9fb commit f07398c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
82 changes: 41 additions & 41 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 = "1"
swc_core = { version = "4", features = ["ecma_plugin_transform"] }
swc_core = { version = "5", features = ["ecma_plugin_transform"] }

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

0 comments on commit f07398c

Please sign in to comment.