Skip to content

Commit d859227

Browse files
bors[bot]lnicola
andauthored
Merge #11095
11095: internal: Disable unstable APIs for nightly releases r=lnicola a=lnicola bors r+ The Marketplace doesn't allow us to publish extensions using these, even as pre-release versions. Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents c086718 + c9175dc commit d859227

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xtask/src/dist.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ fn dist_client(version: &str, release_tag: &str, target: &Target) -> Result<()>
6363
r#""displayName": "rust-analyzer (nightly)""#,
6464
);
6565
}
66-
if !nightly {
67-
patch.replace(r#""enableProposedApi": true,"#, r#""#);
68-
}
66+
patch.replace(r#""enableProposedApi": true,"#, r#""#);
6967
patch.commit()?;
7068

7169
Ok(())

0 commit comments

Comments
 (0)