CI fails on window with rustc 1.81
- Vorherrschende Sprache
- Rust
- Sterne
- 22.5k
- Forks
- 773
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Describe the bug**
github CI runs fail on compiling cargo-wix on windows with rust 1.81
**To Reproduce**
Steps to reproduce the behavior:
1. Go to [github Actions for workflow CI](https://github.com/gitui-org/gitui/actions/workflows/ci.yml)
2. Click on a failed run. First one is [run 9128](https://github.com/gitui-org/gitui/actions/runs/14962549113) (after 2025-05-11)
3. Open the failed windows job.
4. Scroll down to the error in step "Build MSI (windows)".
**Expected behavior**
No error in run.
**Context (please complete the following information):**
- OS github action, windows-latest
- GitUI Version gitui-org/gitui/head
- Rust version: `1.81`
**Observations**
error: failed to compile cargo-wix
rustc 1.81.0 is not supported by the following package:
backtrace@0.3.75 requires rustc 1.82.0
Beitragsleitfaden
Rechercherichtung
Beginne mit dem GitHub Actions CI-Workflow und dem fehlgeschlagenen Windows-Job in Run 9128, insbesondere mit dem Schritt „Build MSI (windows)“. Verfolge, wie cargo-wix mit Rust 1.81 kompiliert wird, und ermittle die erforderliche Kompatibilitätsänderung; führe den Windows-CI-Job erneut aus und bestätige, dass cargo-wix ohne den backtrace rustc-version-Fehler erstellt wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- github-actions, rust
- Bereich
- build-system, ci-cd
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100