From b8faabff01114e1de15a696c7e2823f59982cb55 Mon Sep 17 00:00:00 2001 From: Flix Date: Sat, 27 Jul 2024 15:27:25 +0200 Subject: [PATCH] Add Rust toolchain file --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000..f4ebfd76 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +components = [ "rustfmt", "clippy" ]