Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use workspace inheritance for common package values. #640

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

branlwyd
Copy link
Contributor

Specifically, specify the edition, homepage, license, repository, rust-version, and version package configuration values in the workspace's Cargo.toml, allowing these values to be easily configured for all packages in the workspace.

Also:

  • Bump MSRV to 1.64 -- required to use workspace inheritance.
  • Bump package version to 0.2.0 -- won't matter until we publish.
  • Add homepage/repository to a few packages that didn't have them.

Specifically, specify the edition, homepage, license, repository,
rust-version, and version package configuration values in the
workspace's Cargo.toml, allowing these values to be easily configured
for all packages in the workspace.

Also:
 * Bump MSRV to 1.64 -- required to use workspace inheritance.
 * Bump package version to 0.2.0 -- won't matter until we publish.
 * Add homepage/repository to a few packages that didn't have them.
@branlwyd branlwyd requested a review from a team as a code owner October 12, 2022 17:51
@branlwyd branlwyd merged commit 31b3f1e into main Oct 12, 2022
@branlwyd branlwyd deleted the bran/workspace-inheritance branch October 12, 2022 18:32
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.

2 participants