From 306e0e0421a6bbbce2d91d083432511d9cac784b Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 16 Oct 2024 22:05:48 +0200 Subject: [PATCH] chore: create rust-toolchain.toml to pin rust 1.81 --- 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..1de01fa --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.81.0"