Remove min-specialization feature from WasmComponentLd
This commit is contained in:
parent
85c286aaa8
commit
e6bb6442a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ impl Step for WasmComponentLd {
|
|||
path: "src/tools/wasm-component-ld",
|
||||
source_type: SourceType::InTree,
|
||||
extra_features: vec![],
|
||||
allow_features: "min-specialization",
|
||||
allow_features: "",
|
||||
cargo_args: vec![],
|
||||
artifact_kind: ToolArtifactKind::Binary,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue