From 886ce8425244fdda2ad05f12ddc842fbbc8a928f Mon Sep 17 00:00:00 2001 From: Ionizing Date: Sun, 8 Sep 2024 17:17:45 +0800 Subject: [PATCH] [toolchain] downgrade toolchain to 1.75, and make it run on Windows 7 --- 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..7897a24 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.75.0"