From 2c192b568959dbfaef0a6b397091588e807ff3ca Mon Sep 17 00:00:00 2001 From: Noah Date: Sat, 31 Aug 2024 11:53:45 -0400 Subject: [PATCH] add requested targets --- rust-toolchain.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 438956093..c4bd27c80 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,6 +2,8 @@ # Anything in the latest stable version of rust is fine to use. channel = "stable" targets = [ - "x86_64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", -] \ No newline at end of file + "x86_64-unknown-linux-gnu", +]