Skip to content

Comments

Update manifest#786

Merged
raviqqe merged 3 commits intomainfrom
chore/manifest
Jan 7, 2026
Merged

Update manifest#786
raviqqe merged 3 commits intomainfrom
chore/manifest

Conversation

@raviqqe
Copy link
Member

@raviqqe raviqqe commented Jan 7, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 7, 2026 03:43
@raviqqe raviqqe enabled auto-merge (squash) January 7, 2026 03:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the Cargo manifest files to use workspace-level package metadata inheritance, centralizing common package configuration in the root Cargo.toml file. This improves maintainability by defining shared metadata once.

  • Adds [workspace.package] section to root Cargo.toml with shared metadata
  • Updates melior/Cargo.toml and macro/Cargo.toml to inherit from workspace
  • Removes duplicate metadata from member crates

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
Cargo.toml Adds workspace.package section defining shared metadata (edition, readme, repository, license, keywords)
melior/Cargo.toml Converts package fields to workspace inheritance using .workspace = true syntax
macro/Cargo.toml Converts package fields to workspace inheritance using .workspace = true syntax

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@raviqqe raviqqe merged commit 622d657 into main Jan 7, 2026
16 checks passed
@raviqqe raviqqe deleted the chore/manifest branch January 7, 2026 04:13
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