From 9fae6994a59354e7907840432575bf04fe4c9d90 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Thu, 13 May 2021 08:50:33 +0100 Subject: [PATCH] Bump rustfmt commit --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 158c198ab1..0763cd40df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2403,7 +2403,7 @@ dependencies = [ [[package]] name = "rustfmt-config_proc_macro" version = "0.2.0" -source = "git+https://github.com/rust-lang/rustfmt?rev=2a3635d5d1218c726ff58af4bc35418836143f69#2a3635d5d1218c726ff58af4bc35418836143f69" +source = "git+https://github.com/rust-lang/rustfmt?rev=927561ace1ef9485206a9e6a9482e39fb3e1f31b#927561ace1ef9485206a9e6a9482e39fb3e1f31b" dependencies = [ "proc-macro2", "quote", @@ -2413,7 +2413,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" version = "1.4.37" -source = "git+https://github.com/rust-lang/rustfmt?rev=2a3635d5d1218c726ff58af4bc35418836143f69#2a3635d5d1218c726ff58af4bc35418836143f69" +source = "git+https://github.com/rust-lang/rustfmt?rev=927561ace1ef9485206a9e6a9482e39fb3e1f31b#927561ace1ef9485206a9e6a9482e39fb3e1f31b" dependencies = [ "annotate-snippets", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a2878b82bf..b29be2e351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ racer = { version = "2.1.46", default-features = false } rand = "0.7" rayon = "1" rustc_tools_util = "0.2" -rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "2a3635d5d1218c726ff58af4bc35418836143f69" } +rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "927561ace1ef9485206a9e6a9482e39fb3e1f31b" } serde = "1.0" serde_json = "1.0" serde_derive = "1.0"