fix: update the rust toolchain and rust-fmt

This commit is contained in:
Amin Yahyaabadi 2022-03-12 01:25:11 -08:00 committed by Igor Matuszewski
parent 894f2e8ab8
commit b9e57e8a0e
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1884,7 +1884,7 @@ dependencies = [
[[package]]
name = "rustfmt-config_proc_macro"
version = "0.2.0"
source = "git+https://github.com/rust-lang/rustfmt?rev=8a4c05865be17bac75b8d53eae5be18d749a0f5c#8a4c05865be17bac75b8d53eae5be18d749a0f5c"
source = "git+https://github.com/rust-lang/rustfmt?rev=5fa2727ddeef534a7cd437f9e288c221a2cf0b6a#5fa2727ddeef534a7cd437f9e288c221a2cf0b6a"
dependencies = [
"proc-macro2",
"quote",
@ -1894,7 +1894,7 @@ dependencies = [
[[package]]
name = "rustfmt-nightly"
version = "1.4.38"
source = "git+https://github.com/rust-lang/rustfmt?rev=8a4c05865be17bac75b8d53eae5be18d749a0f5c#8a4c05865be17bac75b8d53eae5be18d749a0f5c"
source = "git+https://github.com/rust-lang/rustfmt?rev=5fa2727ddeef534a7cd437f9e288c221a2cf0b6a#5fa2727ddeef534a7cd437f9e288c221a2cf0b6a"
dependencies = [
"annotate-snippets",
"anyhow",

View File

@ -47,7 +47,7 @@ racer = { path = "racer" }
rand = "0.8"
rayon = "1"
rustc_tools_util = "0.2"
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "8a4c05865be17bac75b8d53eae5be18d749a0f5c" }
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "5fa2727ddeef534a7cd437f9e288c221a2cf0b6a" }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-05-16"
channel = "nightly-2022-06-06"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]