From 58fb50520e1fa8c221f7866bbce24817f27feece Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Thu, 23 May 2024 11:38:49 -0600 Subject: [PATCH] pin toolchain --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..74cb24a --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +version = "1.67.0" \ No newline at end of file