From 80147966a93546bb1401a9ade121cff06c05fbc5 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Thu, 6 Nov 2025 15:49:05 +0100 Subject: [PATCH] Chore: use stable --- 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..85f36062 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "stable" +components = ["rustfmt", "clippy"] +profile = "minimal"