Skip to content

Commit

Permalink
chore: use rust 1.61.0 (denoland#14911)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronO committed Jun 19, 2022
1 parent caaece0 commit d0137a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cli/lsp/tsc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.60.0"
channel = "1.61.0"
components = ["rustfmt", "clippy"]

0 comments on commit d0137a9

Please sign in to comment.