Disable unstable APIs for nightly releases
This commit is contained in:
parent
c086718947
commit
c9175dc0f1
@ -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…
x
Reference in New Issue
Block a user