From 1fd06b9267675ef54346d0ff44705d9025f47a55 Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Fri, 3 May 2024 15:20:58 -0400 Subject: [PATCH] chore: 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 00000000..1dc1ea05 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.78" +components = ["rustc", "cargo", "rust-std", "clippy", "rustfmt"]