From 2412c7b1a6011b05791e07d638e7baf06360eb2d Mon Sep 17 00:00:00 2001 From: Johan Norberg Date: Tue, 24 Sep 2024 20:01:13 +0200 Subject: [PATCH] Add rust-toolchain.toml * This ensures the same rust toolchain is used everywhere when building. --- rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..1de01fa --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.81.0"