Skip to content

Commit 84e8e90

Browse files
eisbawclaude
authored andcommitted
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

File tree

shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ pkgs.mkShell {
55
# Core development tools
66
just
77
git
8-
8+
99
# Node.js/Bun toolchain
1010
bun
1111
nodejs
12-
12+
1313
# Rust toolchain
1414
rustc
1515
cargo

0 commit comments

Comments
 (0)