Skip to content

Commit

Permalink
chore: Publish v1.3.40 with swc_core v0.69.3 (#7069)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Mar 13, 2023
1 parent 8ab307c commit 06071b9
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 66 deletions.
122 changes: 61 additions & 61 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.67.4", features = [
swc_core = { version = "0.69.3", features = [
"allocator_node",
"ecma_ast",
"common_concurrent",
Expand Down
4 changes: 2 additions & 2 deletions bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.39"
version = "1.3.40"

[lib]
bench = false
Expand All @@ -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.67.4", features = [
swc_core = { version = "0.69.3", features = [
"common_perf",
"binding_macro_wasm",
"ecma_transforms",
Expand Down
Loading

0 comments on commit 06071b9

Please sign in to comment.