From 1aba122e98d3ad84e03499c287c91ca0e17206f9 Mon Sep 17 00:00:00 2001 From: Vladimir Borisov Date: Mon, 11 Jul 2022 11:00:10 +0300 Subject: [PATCH] Specify rust toolchain --- 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..2d0300d --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable-x86_64-pc-windows-msvc"