aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/update.rs
AgeCommit message (Expand)Author
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(bump): align output messages with Composer outputnsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22feat(update): implement --patch-only, --root-reqs, --bump-after-updatensfisis
2026-02-22fix(resolver): replace __root__ with actual package name in error messagesnsfisis
2026-02-22chore: remove some of #[ignore] attributesnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21feat(cache): add filesystem-backed cache with TTL expiration and size-limited GCnsfisis
2026-02-21feat(autoload): add classmap scanning, optimize, APCu, platform checks, and s...nsfisis
2026-02-21feat(update): add wildcard expansion, dependency traversal, minimal-changes, ...nsfisis
2026-02-21feat(install): add InstallConfig, platform warnings, and download progressnsfisis
2026-02-21feat(depends): implement depends and prohibits commands with shared dependenc...nsfisis
2026-02-21feat(update): implement update command with resolver-based dependency updatesnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis