From e722659a2cb84c4cf1126c99b6787c7e3622583b Mon Sep 17 00:00:00 2001 From: uselessgoddess Date: Sat, 1 Mar 2025 10:48:42 +0300 Subject: [PATCH] add `rust-toolchain.toml` --- 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..3aa68ad --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly-2022-07-23"