Skip to content

fix(ci): specify toolchain version in release workflow#30

Merged
MignonLi0 merged 1 commit intomainfrom
gx/fix-release-workflow
Feb 16, 2026
Merged

fix(ci): specify toolchain version in release workflow#30
MignonLi0 merged 1 commit intomainfrom
gx/fix-release-workflow

Conversation

@zouguangxian
Copy link
Collaborator

Summary

  • Add explicit toolchain: stable parameter to rust-toolchain GitHub Action in release workflow
  • Ensures consistent Rust version during automated release process

Changes

  • Updated .github/workflows/release.yml to specify toolchain version explicitly
  • Prevents potential issues from implicit toolchain selection

Test plan

  • Verify workflow YAML syntax is valid
  • Monitor next release workflow execution to confirm stable toolchain usage

🤖 Generated with Claude Code

Add explicit 'toolchain: stable' parameter to rust-toolchain action
to ensure consistent Rust version during release process.

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
@cursor
Copy link

cursor bot commented Feb 15, 2026

PR Summary

Low Risk
Small CI-only change that just makes the release workflow’s Rust toolchain selection explicit.

Overview
Pins the release workflow’s Rust setup step to an explicit toolchain: stable when installing via dtolnay/rust-toolchain, reducing ambiguity in the toolchain chosen during automated releases.

Written by Cursor Bugbot for commit eb33e17. This will update automatically on new commits. Configure here.

@MignonLi0 MignonLi0 merged commit ebdf6de into main Feb 16, 2026
16 checks passed
@zouguangxian zouguangxian deleted the gx/fix-release-workflow branch February 16, 2026 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants