Remove rust-toolchain.toml (#6)

This file specifies the required Rust toolchain and targets for the Zed editor and is not needed for GPUI.
This commit is contained in:
Ayoub
2025-12-22 12:56:48 -05:00
committed by GitHub
parent 4b4032c17e
commit 58df6921d6
-8
View File
@@ -1,8 +0,0 @@
[toolchain]
channel = "1.91.1"
profile = "minimal"
components = [ "rustfmt", "clippy" ]
targets = [
"wasm32-wasip2", # extensions
"x86_64-unknown-linux-musl", # remote server
]