From 17aa393460998aa781cbc5e1af1e8975960951f0 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 12 Mar 2026 12:29:25 -0600 Subject: [PATCH] fix: Update supported_channels when --rust flag changes stable version --- x.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x.py b/x.py index 03300f3..a0f3116 100755 --- a/x.py +++ b/x.py @@ -394,6 +394,7 @@ def generate_stackbrew_library(): if args.rust: rust_version = args.rust stable = Channel("stable", rust_version) + supported_channels[0] = stable write_versions(rust_version, rustup_version) if args.rustup: