From 0ab291f1a78daecefea669b85b6c07a337eda4ea Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 20 Apr 2025 09:53:53 -0400 Subject: [PATCH] Pin target to x86_64-pc-windows-gnu --- rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..4885ca3 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,3 @@ [toolchain] channel = "nightly" +targets = [ "x86_64-pc-windows-gnu" ]