From ab6cac232170498ec892966d0b5f0d280925b7f9 Mon Sep 17 00:00:00 2001 From: Tamo Date: Wed, 19 Jun 2024 10:57:19 +0200 Subject: [PATCH] specify the rust toolchain --- 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 000000000..5be51f3c2 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.78.0" +components = ["clippy"]