chore: use rust 1.61.0 (#14911)

This commit is contained in:
Aaron O'Mullan 2022-06-19 12:01:34 -03:00 committed by GitHub
parent caaece0d9a
commit d0137a93df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1583,9 +1583,9 @@ impl RefactorEditInfo {
#[serde(rename_all = "camelCase")]
pub struct CodeAction {
// description: String,
// changes: Vec<FileTextChanges>,
// #[serde(skip_serializing_if = "Option::is_none")]
// commands: Option<Vec<Value>>,
// changes: Vec<FileTextChanges>,
// #[serde(skip_serializing_if = "Option::is_none")]
// commands: Option<Vec<Value>>,
}
#[derive(Debug, Clone, Deserialize, Serialize, PartialEq, Eq)]

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.60.0"
channel = "1.61.0"
components = ["rustfmt", "clippy"]