feat(rustup): add rustup.channels config (#1206)

This commit is contained in:
Gideon
2025-11-06 11:04:00 +01:00
committed by GitHub
parent 549111db3a
commit a52c775247
3 changed files with 27 additions and 1 deletions

View File

@@ -376,3 +376,8 @@
# during the pixi step
# (default: false)
# include_release_notes = false
[rustup]
# If set, updates only these channels.
# (default: [] (all channels))
# channels = ["stable"]