5 lines
142 B
TOML
5 lines
142 B
TOML
[toolchain]
|
|
channel = "nightly-2024-06-20"
|
|
## Toggle to this one for sdk releases
|
|
# channel = "stable"
|
|
targets = ["x86_64-unknown-linux-gnu"]
|