aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 8addfa6..e6adb0f 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -2,8 +2,5 @@
channel = "1.97.1"
components = ["clippy", "rustfmt", "rust-docs"]
targets = [
- "x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
- "aarch64-apple-darwin",
- "x86_64-apple-darwin",
]