From e95e95e3e222d9342b21ef04970bff83d68f9a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Delabrouille?= Date: Mon, 28 Oct 2024 20:20:28 +0100 Subject: [PATCH] build: 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 00000000..7f4575e0 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel="1.82.0" +components = ["rustfmt", "clippy", "rust-analyzer"] +