Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit b9e57e8

Browse files
aminyaXanewok
authored andcommitted
fix: update the rust toolchain and rust-fmt
1 parent 894f2e8 commit b9e57e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ racer = { path = "racer" }
4747
rand = "0.8"
4848
rayon = "1"
4949
rustc_tools_util = "0.2"
50-
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "8a4c05865be17bac75b8d53eae5be18d749a0f5c" }
50+
rustfmt-nightly = { git = "https://github.com/rust-lang/rustfmt", rev = "5fa2727ddeef534a7cd437f9e288c221a2cf0b6a" }
5151
serde = "1.0"
5252
serde_json = "1.0"
5353
serde_derive = "1.0"

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2022-05-16"
2+
channel = "nightly-2022-06-06"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)