Skip to content

Commit aee2780

Browse files
committed
chore: Publish crates with swc_core v10.2.5
1 parent 696d77d commit aee2780

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_cli_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
3939
tracing-subscriber = { workspace = true, features = ["env-filter"] }
4040
walkdir = { workspace = true }
4141

42-
swc_core = { version = "10.2.4", features = [
42+
swc_core = { version = "10.2.5", features = [
4343
"trace_macro",
4444
"common_concurrent",
4545
"base_concurrent",

crates/swc_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_core"
88
repository = { workspace = true }
9-
version = "10.2.4"
9+
version = "10.2.5"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",

crates/swc_ecma_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [
2929
] }
3030
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
3131
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
32-
swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false }
32+
swc_parallel = { version = "1.1.0", path = "../swc_parallel", default-features = false }
3333

3434
[dev-dependencies]
3535
anyhow = { workspace = true }

crates/swc_ecma_minifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ swc_ecma_transforms_optimization = { version = "7.1.0", path = "../swc_ecma_tran
6868
swc_ecma_usage_analyzer = { version = "7.0.0", path = "../swc_ecma_usage_analyzer" }
6969
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
7070
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
71-
swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false }
71+
swc_parallel = { version = "1.1.0", path = "../swc_parallel", default-features = false }
7272
swc_timer = { version = "1.0.0", path = "../swc_timer" }
7373

7474
[dev-dependencies]

crates/swc_ecma_transforms_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
3434
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
3535
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
3636
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
37-
swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false }
37+
swc_parallel = { version = "1.1.0", path = "../swc_parallel", default-features = false }
3838

3939
[dev-dependencies]
4040
codspeed-criterion-compat = { workspace = true }

crates/swc_ecma_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
3333
swc_common = { version = "5.0.0", path = "../swc_common" }
3434
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
3535
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
36-
swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false }
36+
swc_parallel = { version = "1.1.0", path = "../swc_parallel", default-features = false }
3737

3838
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies]
3939
stacker = { version = "0.1.15", optional = true }

crates/swc_parallel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
66
license = { workspace = true }
77
name = "swc_parallel"
88
repository = { workspace = true }
9-
version = "1.0.1"
9+
version = "1.1.0"
1010

1111
[features]
1212
default = ["parallel"]

0 commit comments

Comments
 (0)