Skip to content

Commit 079e415

Browse files
remove next-build binary
1 parent d125782 commit 079e415

File tree

3 files changed

+1
-120
lines changed

3 files changed

+1
-120
lines changed

Cargo.lock

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

packages/next-swc/crates/next-build/Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ license = "MPL-2.0"
66
edition = "2021"
77
autobenches = false
88

9-
[[bin]]
10-
name = "next-build"
11-
path = "src/main.rs"
12-
bench = false
13-
required-features = ["cli"]
14-
159
[lib]
1610
bench = false
1711

@@ -21,8 +15,7 @@ bench = false
2115
# `cargo xxx` without explicitly specifying features, not that we want to
2216
# promote this as default backend. Actual configuration is done when building next-swc,
2317
# and also turbopack standalone when we have it.
24-
default = ["cli", "custom_allocator", "native-tls"]
25-
cli = ["clap"]
18+
default = ["custom_allocator", "native-tls"]
2619
tokio_console = [
2720
"dep:console-subscriber",
2821
"tokio/tracing",
@@ -40,7 +33,6 @@ profile = []
4033
[dependencies]
4134
anyhow = { workspace = true }
4235
async-recursion = { workspace = true }
43-
clap = { workspace = true, features = ["derive", "env"], optional = true }
4436
console-subscriber = { workspace = true, optional = true }
4537
dunce = { workspace = true }
4638
next-core = { workspace = true }

packages/next-swc/crates/next-build/src/main.rs

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)