Skip to content

Define internal crates once in workspace.dependencies - #520

Open
ThierryCantin-Demers wants to merge 1 commit into
mainfrom
refactor/workspace-deps
Open

Define internal crates once in workspace.dependencies#520
ThierryCantin-Demers wants to merge 1 commit into
mainfrom
refactor/workspace-deps

Conversation

@ThierryCantin-Demers

Copy link
Copy Markdown
Member

Member crates now declare cubek-* dependencies with workspace = true instead of repeating path/version in every manifest, matching how burn and cubecl handle their internal crates. A release bump now edits one block in the root manifest.

Each dependency section lists the internal crates as their own group first, then the external ones.

Also fixes cubek-pool's stale 0.3.0-pre.1 pin on cubek-test-utils, and adds explicit default-features = true at the few sites whose bare path deps previously meant defaults-on, so resolved features are unchanged.

Manifest-only refactor: cargo check --workspace --all-targets clean.

Member crates now use workspace = true for cubek-* dependencies, so a
version bump edits one block instead of every manifest. Also fixes
cubek-pool's stale 0.3.0-pre.1 pin on cubek-test-utils.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant