2023-04-19 17:31:48 -04:00
|
|
|
[toolchain]
|
2023-04-21 14:58:14 -04:00
|
|
|
# the sole reason we are using nightly at the moment is to use the portable_simd feature.
|
|
|
|
# that is, i am not trying to chase "bleeding edge" features in general. as such, i don't
|
|
|
|
# necessarily see a reason to keep using whatever nightly version is the latest, and would
|
|
|
|
# prefer stick with versions that appear to be stable and just periodically do manual updates
|
|
|
|
# here to get *some* peace of mind in terms of build stability.
|
2023-11-11 13:52:58 -05:00
|
|
|
channel = "nightly-2023-11-10"
|