Remove rust-src as a component for WASM

It's unnecessary since `wasm32v1-none`.
This commit is contained in:
Luke Parker
2025-11-12 23:00:57 -05:00
parent 264bdd46ca
commit ac7af40f2e
5 changed files with 3 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
channel = "1.91.1"
targets = ["wasm32v1-none"]
profile = "minimal"
components = ["rust-src", "rustfmt", "clippy"]
components = ["rustfmt", "clippy"]