From 855c268b887b4940b53cf62a47ecacd6843afbd6 Mon Sep 17 00:00:00 2001 From: Japif Date: Tue, 29 Oct 2024 15:57:10 +0100 Subject: [PATCH] added toolchain file --- 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 0000000000..948d27daa4 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.60.0"