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:
@@ -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
|
||||
]
|
||||
Reference in New Issue
Block a user