Skip to content

Check each crate against the MSRV it actually advertises - #16

Merged
ad-si merged 1 commit into
mainfrom
claude/fix-ci-xxzkcz
Aug 20, 2026
Merged

Check each crate against the MSRV it actually advertises#16
ad-si merged 1 commit into
mainfrom
claude/fix-ci-xxzkcz

Conversation

@ad-si

@ad-si ad-si commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Vendoring the Prime path tracer raised luacad to rustc 1.96, but the
MSRV job still checked it at 1.89, so every run since has failed at
rustc 1.89.0 is not supported by the following packages. The 1.95 step
for Studio never ran, and it would have failed too: Studio depends on
luacad, so its advertised 1.95 has also been unbuildable.

Only the two -sys crates still hold the workspace MSRV. Check those at
1.89 and the rest of the workspace at 1.96, and correct the
rust-version of luacad-studio and luacad-wasm, both of which reach
1.96 through luacad whatever features they enable.

Co-Authored-By: Claude Opus 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_015pTUyDzDKrAf5oufbDQuSV

Vendoring the Prime path tracer raised `luacad` to rustc 1.96, but the
MSRV job still checked it at 1.89, so every run since has failed at
`rustc 1.89.0 is not supported by the following packages`. The 1.95 step
for Studio never ran, and it would have failed too: Studio depends on
`luacad`, so its advertised 1.95 has also been unbuildable.

Only the two -sys crates still hold the workspace MSRV. Check those at
1.89 and the rest of the workspace at 1.96, and correct the
`rust-version` of `luacad-studio` and `luacad-wasm`, both of which reach
1.96 through `luacad` whatever features they enable.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015pTUyDzDKrAf5oufbDQuSV
@ad-si
ad-si merged commit 23a0ea2 into main Aug 20, 2026
14 checks passed
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