lyra-engine/rust-toolchain.toml

5 lines
145 B
TOML
Raw Normal View History

2023-12-28 22:40:37 -05:00
[toolchain]
channel = "nightly-2023-11-21"
#components = [ "rustfmt", "rustc-dev" ]
targets = [ "x86_64-unknown-linux-gnu" ]
#profile = "minimal"