summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/rust-toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/rust-toolchain')
-rw-r--r--src/tools/rustfmt/rust-toolchain3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rustfmt/rust-toolchain b/src/tools/rustfmt/rust-toolchain
new file mode 100644
index 000000000..2640a9e0e
--- /dev/null
+++ b/src/tools/rustfmt/rust-toolchain
@@ -0,0 +1,3 @@
+[toolchain]
+channel = "nightly-2022-06-21"
+components = ["rustc-dev"]