Commit 84e8e90
fix(rust): resolve edition2024 dependency issue and compilation errors
- Pin image crate to 0.25.1 to avoid edition2024 requirement from moxcms
- Add missing installation_type field to ClaudeInstallation struct
- Update Cargo.lock with compatible dependencies
The moxcms-0.7.6 crate requires edition2024 which is not available in
stable Rust 1.82. Pinning the image crate to 0.25.1 avoids this
dependency while maintaining functionality.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 726ffdb commit 84e8e90
3 files changed
Lines changed: 1556 additions & 898 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments