Skip to content

Commit 9b1b58f

Browse files
committed
u
1 parent cd1d521 commit 9b1b58f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

crates/oxc_semantic/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ self_cell = { workspace = true }
3737

3838
[dev-dependencies]
3939
insta = { workspace = true, features = ["glob"] }
40-
oxc_cfg = { workspace = true }
4140
oxc_parser = { workspace = true }
4241
phf = { workspace = true, features = ["macros"] }
4342
rustc-hash = { workspace = true }

tasks/benchmark/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ oxc_linter = { workspace = true, optional = true }
6969
oxc_mangler = { workspace = true, optional = true }
7070
oxc_minifier = { workspace = true, optional = true }
7171
oxc_parser = { workspace = true, features = ["benchmarking", "regular_expression"], optional = true }
72-
oxc_semantic = { workspace = true, optional = true, features = ["cfg"] }
72+
oxc_semantic = { workspace = true, optional = true }
7373
oxc_span = { workspace = true, optional = true, features = ["schemars", "serialize"] }
7474
oxc_tasks_common = { workspace = true, optional = true }
7575
oxc_transformer = { workspace = true, optional = true }
@@ -127,7 +127,6 @@ semantic = [
127127
"dep:oxc_allocator",
128128
"dep:oxc_parser",
129129
"dep:oxc_semantic",
130-
"oxc_semantic/cfg",
131130
"dep:oxc_span",
132131
"dep:oxc_tasks_common",
133132
]
@@ -157,5 +156,6 @@ linter = [
157156
"dep:oxc_semantic",
158157
"dep:oxc_span",
159158
"dep:oxc_tasks_common",
159+
"oxc_semantic/cfg",
160160
]
161161
formatter = ["dep:oxc_allocator", "dep:oxc_parser", "dep:oxc_formatter", "dep:oxc_span", "dep:oxc_tasks_common"]

0 commit comments

Comments
 (0)