Skip to content

build(workspace): centralize shared Cargo dependencies - #224

Merged
Teakowa merged 1 commit into
mainfrom
codex/issue-223
Aug 23, 2026
Merged

build(workspace): centralize shared Cargo dependencies#224
Teakowa merged 1 commit into
mainfrom
codex/issue-223

Conversation

@Teakowa

@Teakowa Teakowa commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Centralize repeated third-party and internal Wright dependency policy in the workspace root while keeping member usage explicit. Preserve the exact workshop-rs = "=0.1.5" pin and local crate-specific features.

Validation:

  • cargo fmt --all -- --check
  • cargo check --workspace
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-targets --all-features
  • git diff --check
  • cargo metadata --locked --no-deps

Cargo.lock: unchanged; no dependency-resolution churn.

@Teakowa Teakowa linked an issue Aug 23, 2026 that may be closed by this pull request
@Teakowa
Teakowa merged commit 2ef2c54 into main Aug 23, 2026
13 checks passed
@Teakowa
Teakowa deleted the codex/issue-223 branch August 23, 2026 04:34
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Make Workshop Great Again Aug 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Centralize shared Cargo dependencies at the workspace root

1 participant