Commit c1ca488
Update cargo-dist to 0.30.2 and fix Windows runner (#821)
## Summary
Fixes the 1.44.0 release workflow failure by updating cargo-dist and
adding explicit Windows runner configuration.
## Changes
- **Update cargo-dist**: 0.27.0 → 0.30.2
- **Add Windows runner**: Explicitly set `x86_64-pc-windows-msvc =
"windows-2022"`
## Problem
The 1.44.0 release workflow failed because the Windows build job tried
to use the deprecated `windows-2019` runner, which was retired on June
30, 2025.
## Solution
1. Updated cargo-dist to the latest version (0.30.2) which includes
runner improvements
2. Added explicit `windows-2022` runner in the custom runners
configuration
## Testing
- ✅ All lints passed
- ✅ All tests passed (206 tests)
After this PR is merged, the 1.44.0 tag can be updated to point to the
new commit and the release workflow will succeed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5da894d commit c1ca488
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments