diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..3fad4fd --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,5 @@ +[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