mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
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 <lnicola@dend.ro>
This commit is contained in:
commit
d859227ab2
1 changed files with 1 additions and 3 deletions
|
@ -63,9 +63,7 @@ fn dist_client(version: &str, release_tag: &str, target: &Target) -> Result<()>
|
|||
r#""displayName": "rust-analyzer (nightly)""#,
|
||||
);
|
||||
}
|
||||
if !nightly {
|
||||
patch.replace(r#""enableProposedApi": true,"#, r#""#);
|
||||
}
|
||||
patch.replace(r#""enableProposedApi": true,"#, r#""#);
|
||||
patch.commit()?;
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue