From bf66a3f1077f9fa61ba251302c658f9f331b32bc Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Wed, 14 Feb 2024 20:48:02 +0900 Subject: [PATCH] chore: add rust-toolchain.toml file --- rust-toolchain.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..85f3606 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "stable" +components = ["rustfmt", "clippy"] +profile = "minimal"