CI installs Rust 1.93 but workspace requires 1.95 #25

Closed
opened 2026-05-12 15:40:12 +00:00 by zaelgohary · 1 comment
Member

.forgejo/workflows/build.yaml and build-linux.yaml run rustup toolchain install 1.93. Workspace Cargo.toml declares rust-version = "1.95.0". CI fails at the toolchain step.

Fix: bump the four 1.93 literals across both workflow files to 1.95.

`.forgejo/workflows/build.yaml` and `build-linux.yaml` run `rustup toolchain install 1.93`. Workspace `Cargo.toml` declares `rust-version = "1.95.0"`. CI fails at the toolchain step. Fix: bump the four `1.93` literals across both workflow files to `1.95`.
Author
Member

Fixed in aeb884b — bumped 4× 1.931.95 across build.yaml and build-linux.yaml.

Fixed in aeb884b — bumped 4× `1.93` → `1.95` across `build.yaml` and `build-linux.yaml`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_agent#25
No description provided.