Below you will find pages that utilize the taxonomy term “RomarQ”
March 19, 2026
Cargo Workspace Inheritance Check
Version updated for https://github.com/RomarQ/cargo-workspace-inheritance-check to version v1.2.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, cargo-workspace-inheritance-check, is a tool designed to identify and resolve dependency inheritance issues in Rust Cargo workspaces. It ensures consistency by checking for direct version specifications in member crates instead of using the shared [workspace.
March 18, 2026
Cargo Workspace Inheritance Check
Version updated for https://github.com/RomarQ/cargo-workspace-inheritance-check to version v1.1.2.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The cargo-workspace-inheritance-check GitHub Action identifies and resolves dependency inheritance issues in Cargo workspaces. It detects when member crates specify explicit dependency versions instead of inheriting them from the workspace, flags version mismatches, and provides suggestions for promoting commonly used dependencies to the workspace level.
March 18, 2026
Cargo Workspace Inheritance Check
Version updated for https://github.com/RomarQ/cargo-workspace-inheritance-check to version v1.0.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, cargo-workspace-inheritance-check, is a tool for detecting and resolving dependency inheritance issues in Rust Cargo workspaces. It identifies and flags cases where workspace member crates directly specify dependency versions instead of inheriting them from the workspace, highlights version mismatches, and suggests candidates for centralizing shared dependencies.