From b0b878a7670df120c9ba7b29ed1113b0eddb14b7 Mon Sep 17 00:00:00 2001 From: Jeremy Barrow Date: Wed, 19 Jun 2024 21:03:34 +0200 Subject: [PATCH] Pin rust toolchain. --- rust-toolchain.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..be306ee --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,5 @@ +[toolchain] +channel = "1.79.0" +targets = ["x86_64-unknown-linux-gnu"] +profile = "minimal" +components = ["rustfmt", "clippy", "llvm-tools-preview"]