From 777f4207d0b8dfdf7a8e8deee958d7547bbb0662 Mon Sep 17 00:00:00 2001 From: William Martin Date: Sat, 16 May 2026 19:59:18 +0100 Subject: [PATCH] chore(rust): pin Rust toolchain to 1.95.0 via 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..38ab2c6 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.95.0" +components = ["clippy", "rustfmt"]