Skip to content

Choose a tag to compare

@github-actions github-actions released this 18 Mar 10:33
· 11 commits to main since this release
225488d

[1.1.0] - 2026-03-18

What's Added

  • --fix flag to automatically fix all reported problems:
    • Not inherited / version mismatch: replaces explicit versions with { workspace = true } in member crates
    • Promotion candidates: adds the dependency to [workspace.dependencies] and updates all member crates
    • Preserves other dependency attributes (e.g. features, optional)
    • Handles all dependency sections including target-specific dependencies
  • fix input for the GitHub Action

Full Changelog: v1.0.0...v1.1.0