mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00

* Support specifying a working dir to a build command * Use nightly for formatting * Pass valid TERM in from environment Rustfmt depends on a valid setting, and not just the var to be non-empty. * Wrap comment
4 lines
88 B
TOML
4 lines
88 B
TOML
[toolchain]
|
|
channel = "nightly-2023-01-24"
|
|
profile = "minimal"
|
|
components = ["rustfmt"]
|