From c0ad6b6c0143afaa728573b1d75e2448c72c5a4a Mon Sep 17 00:00:00 2001 From: Eugene Hauptmann Date: Thu, 6 Jun 2024 15:07:47 -0400 Subject: [PATCH] added other targets to rust-toolchain.toml --- rust-toolchain.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3fad4fd..2cf1049 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,6 @@ [toolchain] channel = "nightly" # channel = "stable" -components = ["rust-std", "rust-src", "rustc-dev", "llvm-tools-preview"] -targets = ["aarch64-apple-vision-sim"] \ No newline at end of file +# components = ["rust-std", "rust-src", "rustc-dev", "llvm-tools-preview"] +components = ["rust-src", "rustc-dev", "llvm-tools-preview"] +targets = ["aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-apple-vision", "aarch64-apple-vision-sim"] \ No newline at end of file