From 029b9931a22b0115e382b4807c4ee7ea9549ac7a Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Tue, 6 Aug 2024 09:43:20 +0200 Subject: [PATCH] Specify toolchain version This prevents compilation issues with newer standard libraries. --- 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..2769c7f --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.42.0"