Skip to content

Commit

Permalink
feat: update swc_core to 0.103 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Sep 9, 2024
1 parent 1c2efb0 commit fb07a82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.102", features = ["ecma_plugin_transform"] }
swc_core = { version = "0.103", 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 fb07a82

Please sign in to comment.