Skip to content

Commit

Permalink
Udpate again
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 10, 2023
1 parent 1f3236b commit e269258
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
104 changes: 52 additions & 52 deletions bindings/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 bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = {version = "0.3.9", features = ["env-filter"]}

swc_core = {version = "0.53.0", features = [
swc_core = {version = "0.54.0", features = [
"ecma_ast",
"common_concurrent",
"bundler",
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugin = ["swc_core/plugin_transform_host_js"]
anyhow = "1.0.66"
serde = {version = "1", features = ["derive"]}
serde-wasm-bindgen = "0.4.5"
swc_core = {version = "0.53.0", features = [
swc_core = {version = "0.54.0", features = [
"common_perf",
"binding_macro_wasm",
"ecma_transforms",
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rayon = "1"
relative-path = "1.6.1"
serde = {version = "1", features = ["derive"]}
serde_json = {version = "1", features = ["unbounded_depth"]}
swc_core = {version = "0.53.0", features = [
swc_core = {version = "0.54.0", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down

0 comments on commit e269258

Please sign in to comment.