From 6ba16ffa4b65c80827e82a227c4b7b3c4d72c0fb Mon Sep 17 00:00:00 2001 From: pdtfh <149602456+pdtfh@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:51:34 +0100 Subject: [PATCH 1/2] add relevant targets --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 07e0181d..03d0e105 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "1.82" # See Cargo.toml -# targets = ["x86_64-unknown-linux-gnu"] +targets = ["aarch64-apple-ios-sim", "aarch64-apple-ios", "x86_64-apple-ios"] profile = "complete" \ No newline at end of file From 500c22cfc2ae1ab13d3df6d84f8349860ed4b550 Mon Sep 17 00:00:00 2001 From: pdtfh <149602456+pdtfh@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:55:19 +0100 Subject: [PATCH 2/2] Update rust-toolchain.toml --- rust-toolchain.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 03d0e105..0ee33f5c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,5 @@ [toolchain] channel = "1.82" # See Cargo.toml targets = ["aarch64-apple-ios-sim", "aarch64-apple-ios", "x86_64-apple-ios"] -profile = "complete" \ No newline at end of file +profile = "default" +components = ["rust-analyzer"] \ No newline at end of file