Skip to content

Commit

Permalink
added other targets to rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 6, 2024
1 parent b54ac8b commit c0ad6b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[toolchain]
channel = "nightly"
# channel = "stable"
components = ["rust-std", "rust-src", "rustc-dev", "llvm-tools-preview"]
targets = ["aarch64-apple-vision-sim"]
# 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"]

0 comments on commit c0ad6b6

Please sign in to comment.