mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 19:14:31 +03:00
11 lines
168 B
TOML
11 lines
168 B
TOML
[toolchain]
|
|
channel = "nightly-2024-08-01"
|
|
components = [
|
|
"rustfmt",
|
|
"rustc-dev",
|
|
"clippy",
|
|
"rust-src",
|
|
"llvm-tools-preview",
|
|
]
|
|
profile = "minimal"
|