chore: Don't specify targets in rust-toolchain

This commit is contained in:
Jade Ellis 2025-05-21 20:41:34 +01:00
parent e508b1197f
commit a737d845a4
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -19,11 +19,3 @@ components = [
"rustfmt",
"clippy",
]
targets = [
#"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
#"aarch64-apple-darwin",
]