Skip to content

Conversation

@bryceberger
Copy link
Contributor

Closes #1808

Additionally, use the root [workspace.package] as a source of truth for all crates repository, edition, license, and rust-version. Also used for authors only if the only author listed was Sebastian Thiel.

Additionally, use the root `[workspace.package]` as a source of truth
for all crates `repository`, `edition`, `license`, and `rust-version`.
Also used for `authors` only if the only author listed was Sebastian
Thiel.
@bryceberger
Copy link
Contributor Author

This currently doesn't touch any of the CI --- if accepted, those might also need to change to respect rust-toolchain.toml

Copy link
Member

@Byron Byron left a comment

Choose a reason for hiding this comment

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

Thanks for the initiative!

I left a comment which attempts to direct it a bit.

This PR can't be happening as:

  • the MSRV doesn't have to be driven by tests
  • this project can't use workspace settings as it would affect changelog generation. Changelogs and versioning depend on per-crate file changes in Git, which won't happen if these are inherited.

Thanks for your understanding - I hope we can make some improvements in another way.

@Byron Byron closed this Jan 26, 2025
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.

Does not compile with MSRV

2 participants