Skip to content

Commit

Permalink
chore: Publish 1.3.96-nightly-20231102.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 2, 2023
1 parent e87a45b commit aefa701
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 70 deletions.
118 changes: 59 additions & 59 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 @@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.86.23", features = [
swc_core = { version = "0.86.24", features = [
"allocator_node",
"ecma_ast",
"ecma_codegen",
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.96-nightly-20231101.1"
version = "1.3.96-nightly-20231102.1"

[lib]
bench = false
Expand Down Expand Up @@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.86.23", features = [
swc_core = { version = "0.86.24", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",
Expand Down
Loading

0 comments on commit aefa701

Please sign in to comment.