From 79ff771385bd4b51b43a4949e230d94d3a05cf91 Mon Sep 17 00:00:00 2001 From: Forge Date: Thu, 7 May 2026 13:24:02 -0700 Subject: [PATCH] ci: add rust-toolchain.toml reproducible builds --- 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..2394ecae --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +components = ["rustfmt", "clippy", "rust-src"]