From a6155a77d1c81a988c6fcf624935033825b3c754 Mon Sep 17 00:00:00 2001 From: Taehoon Moon Date: Tue, 27 Aug 2024 12:31:24 +0900 Subject: [PATCH] Add rust-toolchain.toml --- 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 0000000..0a2102d --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.76" +components = ["rustfmt", "clippy"]