mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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
@ -63,9 +63,7 @@ fn dist_client(version: &str, release_tag: &str, target: &Target) -> Result<()>
|
|||||||
r#""displayName": "rust-analyzer (nightly)""#,
|
r#""displayName": "rust-analyzer (nightly)""#,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if !nightly {
|
|
||||||
patch.replace(r#""enableProposedApi": true,"#, r#""#);
|
patch.replace(r#""enableProposedApi": true,"#, r#""#);
|
||||||
}
|
|
||||||
patch.commit()?;
|
patch.commit()?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user