Skip to content

Commit

Permalink
fix(deps): update rust crate swc_core to 0.76.*
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2023
1 parent bec8042 commit b3efe22
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 38 deletions.
125 changes: 88 additions & 37 deletions packages/presets/swc-plugin/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 packages/presets/swc-plugin/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ graphql-parser = "0.4.0"
pathdiff = "0.2.1"
serde = "1"
serde_json = "1.0.95"
swc_core = { version = "0.75.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }
swc_core = { version = "0.76.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }

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

0 comments on commit b3efe22

Please sign in to comment.