Skip to content

Commit e6bb644

Browse files
committed
Remove min-specialization feature from WasmComponentLd
1 parent 85c286a commit e6bb644

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ impl Step for WasmComponentLd {
10521052
path: "src/tools/wasm-component-ld",
10531053
source_type: SourceType::InTree,
10541054
extra_features: vec![],
1055-
allow_features: "min-specialization",
1055+
allow_features: "",
10561056
cargo_args: vec![],
10571057
artifact_kind: ToolArtifactKind::Binary,
10581058
})

0 commit comments

Comments
 (0)