From 5abb3c86b42ff88f1281ff053f47206718dac7e2 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 3 Nov 2024 17:14:10 -0500 Subject: [PATCH] add rust-toolchain.toml to set rust 1.79.0 to fix build issues there are some dependency updates necessary to use 1.80+, but i'm not really interested in fixes these problems myself, so i'll just sidestep that problem with this --- 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..4bd6c51 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.79.0" \ No newline at end of file