diff --git a/rust-toolchain.yaml b/rust-toolchain.yaml new file mode 100644 index 000000000..bc962f338 --- /dev/null +++ b/rust-toolchain.yaml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly-2023-07-23" +components = ["rustfmt", "clippy"] \ No newline at end of file