Set channel = nightly in dist profile

This commit is contained in:
jyn 2023-06-29 23:37:20 -05:00
parent 330727467b
commit 368f51743b

View File

@ -12,6 +12,9 @@ extended = true
[llvm]
download-ci-llvm = false
[rust]
# We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`).
# Make sure they don't get set when installing from source.
channel = "nightly"
download-rustc = false
[dist]