ci: bump rustc pin to 1.96 (match hero_lib@development MSRV) #139
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_compute!139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/bump-rustc-1.96"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Bump the Rust toolchain pin from 1.95.0 to 1.96 in
Cargo.toml(rust-version) and.forgejo/workflows/test.yaml.Why
The floating
hero_lib@developmentcrates now require rustc 1.96 (hero_derive, herolib_core, herolib_derive, herolib_openrpc, herolib_oschema @0.6.0). With CI pinned to 1.95, cargo refuses to resolve and thetestjob fails (exit 101) before compiling — see run 1378, and the identical failure ondevelopment(run 1380). Local builds pass because the default toolchain is already 1.96.Note
rust_versionsstill documents 1.95 as canonical — reconcile org-wide if 1.96 is the new floor.🤖 Generated with Claude Code