audio_always_works/rust-toolchain.toml

6 lines
124 B
TOML

[toolchain]
channel = "stable"
components = ["rustfmt", "rustc-dev"]
targets = ["aarch64-apple-darwin"]
profile = "minimal"